009407e6be
* Convert binutils to a proper autotargets package
* Add version 2.21 and drop version 2.17
* Hook up packaged binutils for target gcc
* Build tools are on HOST_DIR now so change it
* Move cross/host gcc to HOST_DIR
* Drop kludge from commit 3c77bab2ee
This is fixed in the next commit "gcc: install copies of libgcc,
libstdc++ and libgcj to the sysroot" - tested for arm & x86_64
targets.
* TARGET_CROSS now pointed to HOST_DIR too
[Peter: Config.in tweaks]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
386 B
Makefile
12 lines
386 B
Makefile
# Required includes for the external toolchain backend
|
|
|
|
# Explicit ordering:
|
|
include toolchain/helpers.mk
|
|
include toolchain/dependencies/dependencies.mk
|
|
include toolchain/elf2flt/elf2flt.mk
|
|
include toolchain/gcc/gcc-uclibc-4.x.mk
|
|
include toolchain/gdb/gdb.mk
|
|
include toolchain/toolchain-crosstool-ng/crosstool-ng.mk
|
|
include toolchain/mklibs/mklibs.mk
|
|
include toolchain/uClibc/uclibc.mk
|