summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
Commit message (Collapse)AuthorAge
* Toolchain: include uclibc Makefile if selected as C libraryAbdoulaye Walsimou Gaye2009-09-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <abdoulaye.gaye@supmeca.fr>
* Toolchain: export target tools env varsAbdoulaye Walsimou Gaye2009-09-06
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Fix ugly bug which leads embtk to enter in a infinite loopAbdoulaye Walsimou Gaye2009-08-21
| | | | | | | Fix ugly bug which leads embtk to enter in a infinite loop. This bug come from f0597cd66d635e1ef3c0a413756ec68732e631a9 Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: toolchain: be sure to use 80 char length in MakefileAbdoulaye Walsimou Gaye2009-07-29
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Use of TARGET_CFLAGS in eglibc buildAbdoulaye Walsimou Gaye2009-07-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: create TARGETOBJDUMP TARGETOBJCOPY env varsAbdoulaye Walsimou Gaye2009-07-14
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Create TARGETLD TARGETM TARGETSTRIP env varsAbdoulaye Walsimou Gaye2009-07-14
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: install linux headers in host-toolsAbdoulaye Walsimou Gaye2009-06-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: fix successful toolchain build messageAbdoulaye Walsimou Gaye2009-06-08
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: create symlinks with GNU_TARGET in tools binary directoryAbdoulaye Walsimou Gaye2009-06-08
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: include mkinitialpath in buildtoolchain target prerequisitesAbdoulaye Walsimou Gaye2009-05-23
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Define TARGETCC, TARGETCXX, TARGETAR and TARGETRANLIB macroAbdoulaye Walsimou Gaye2009-05-19
| | | | | | | This patch defines some useful macros, which point to some programs of the toolchain (gcc, g++, ar and ranlib). Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: add ccache in toolchain build processAbdoulaye Walsimou Gaye2009-05-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: End of build toochain components.Abdoulaye Walsimou Gaye2009-05-16
| | | | | | | | This patch end the work of designing toolchain part of Embtoolkit. For the moment, it only support MIPS CPUs. Support for other largely used CPU in embedded system world will come as soon as possible. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: EGLIBC install (last stage)Abdoulaye Walsimou Gaye2009-05-16
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Introduce missing kernel-headers_install targetAbdoulaye Walsimou Gaye2009-05-16
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Introduction of eglibc headers install and gcc second stage build ↵Abdoulaye Walsimou Gaye2009-05-16
| | | | | | and install Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: linux kernel download and headers installAbdoulaye Walsimou Gaye2009-05-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Introduce binutils_install target in buildtoolchain targetAbdoulaye Walsimou Gaye2009-05-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Introduce gcc1_install target in buildtoolchainAbdoulaye Walsimou Gaye2009-05-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Adds binutils buildAbdoulaye Walsimou Gaye2009-05-12
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: remove some gmp versions, give ability to patch mpfrAbdoulaye Walsimou Gaye2009-05-12
| | | | | | | This patch remove some gmp version in its .kconfig file. It also gives now the ability to apply patch from mpfr.org. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* toolchain: work on building gmp and mpfr for the toolchainAbdoulaye Walsimou Gaye2009-05-12
| | | | | | | This patch is an initial work in order to get and build mpfr and gmp, for the toolchain. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtoolkit: Fisrt commitAbdoulaye Walsimou Gaye2009-05-12
This is the first commit in the embedded system toolkit git repository, formaly embtoolkit. This porject aims to design a tool which helps on building an embedded linux system. The goal of this porject is to use EGLIBC as C Library for linux systems generated. This initial commit is manely just a backup in order to save work done. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>