crosstool-ng/scripts
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
..
build elf2flt: use CT_ARCH to set target CPU, not CT_TARGET 2017-02-06 22:20:21 -08:00
override Add install wrapper 2017-01-30 12:10:47 -08:00
.gitignore Install canadian crosses into a separate subdir. 2017-01-19 18:08:29 -08:00
addToolVersion.sh Add zlib as a companion lib 2017-02-05 14:26:02 -08:00
config.guess Update config.sub/config.guess 2017-01-25 23:48:05 -08:00
config.sub Update config.sub/config.guess 2017-01-25 23:48:05 -08:00
crosstool-NG.sh.in Add install wrapper 2017-01-30 12:10:47 -08:00
functions Use 'make olddefconfig' in uClibc/uClibc-ng configuration 2017-02-04 21:16:10 -08:00
gen_in_frags.sh Add zlib as a companion lib 2017-02-05 14:26:02 -08:00
install-sh configure: use autoconf to generate configure 2011-11-07 22:28:40 +01:00
patch-renumber.sh scripts: fix tools override 2012-01-16 23:36:42 +01:00
patch-rework.sh Whitespace: We don't use tabs in shell or kconfig files 2015-12-08 10:55:17 -08:00
populate.in consistency: Use exported variables of required tools 2015-11-17 02:48:09 -08:00
saveSample.sh.in Simplify config saving. 2017-01-19 18:08:29 -08:00
scripts.mk Fix samples using GMP 4.3.2. 2015-10-30 16:24:52 -07:00
showConfig.sh.in Install canadian crosses into a separate subdir. 2017-01-19 18:08:29 -08:00
showSamples.sh Kill dmalloc. 2016-12-16 16:10:32 -08:00
toolchain-config.in scripts: simplify and fix the toolchain config script 2011-08-19 00:52:05 +02:00
xldd.in consistency: Use exported variables of required tools 2015-11-17 02:48:09 -08:00