crosstool-ng/scripts/build
Carlos Santos 755de234cb elf2flt: use CT_ARCH to set target CPU, not CT_TARGET
CT_TARGET is composed as "${CT_ARCH}${CT_ARCH_SUFFIX}", so CT_TARGET may
become something like "armv7", for example. This is used by the configure
script to set the "CPU" variable in the Makefile, leading to a commad line
containing

    -DTARGET_armv7 -DTARGET_CPU="armv7"

In this case the compilation of elf2flt.c fails with "Don't know how to
support your CPU architecture??". Passsing "CPU=${CT_ARCH}" in the make
command line overrides the configured value and solves the problem.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
2017-02-06 22:20:21 -08:00
..
arch Add support for AArch64 in uClibc-ng 2017-02-02 23:37:57 -08:00
binutils elf2flt: use CT_ARCH to set target CPU, not CT_TARGET 2017-02-06 22:20:21 -08:00
cc Run all configure scripts using ${CONFIG_SHELL} 2017-01-25 00:06:28 -08:00
companion_libs Merge pull request #575 from stilor/ncurses-configure 2017-02-06 00:04:33 -08:00
companion_tools Run all configure scripts using ${CONFIG_SHELL} 2017-01-25 00:06:28 -08:00
debug Use 'make install' to install DUMA 2017-01-30 12:11:37 -08:00
kernel Partially revert 6f8e89cb5c. 2016-11-20 23:50:17 -08:00
libc Use 'make olddefconfig' in uClibc/uClibc-ng configuration 2017-02-04 21:16:10 -08:00
test_suite Partially revert 6f8e89cb5c. 2016-11-20 23:50:17 -08:00
arch.sh Create <sgidefs.h> if MUSL doesn't create one 2017-01-26 13:50:18 -08:00
cc.sh Whitespace: We don't use tabs in shell or kconfig files 2015-12-08 10:55:17 -08:00
companion_libs.sh Build companion libs for target. 2015-11-13 10:24:22 -08:00
companion_tools.sh Rework configure logic wrt GNU autotools 2017-01-27 20:40:47 -08:00
debug.sh Simplify the Tools and Debug facilities menu entries: 2008-10-10 14:30:44 +00:00
internals.sh Partially revert 6f8e89cb5c. 2016-11-20 23:50:17 -08:00
test_suite.sh test-suite: Added new test suite feature (experimental) 2010-05-19 17:53:04 +02:00