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
..
2017-01-30 12:10:47 -08:00
2017-02-05 14:26:02 -08:00
2017-01-25 23:48:05 -08:00
2017-01-25 23:48:05 -08:00
2017-01-30 12:10:47 -08:00
2017-02-05 14:26:02 -08:00
2012-01-16 23:36:42 +01:00
2017-01-19 18:08:29 -08:00
2015-10-30 16:24:52 -07:00
2016-12-16 16:10:32 -08:00