kumquat-buildroot/toolchain
Spenser Gilliland aa86b52ca3 ext-toolchain-wrapper: fix uboot/linux with hardfp
The linux kernel and uboot specify -msoft-float in order to prevent floating
point code from being generated.  This causes a conflict when -mfloat-abi=hard
or -mfloat-abi options are specified in the wrapper. This patch removes the
-mfloat-abi option from the options generated by the wrapper only when
-msoft-float, -mhard-float or -mfloat-abi are specified by the user.

[Peter: fix !BR_FLOAT_ABI case, simplify]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-07-21 00:58:55 +02:00
..
toolchain-buildroot toolchain: remove the old BR2_VFP_FLOAT option 2013-07-16 15:13:57 +02:00
toolchain-crosstool-ng fix white spaces 2013-07-20 21:13:57 +02:00
toolchain-external ext-toolchain-wrapper: fix uboot/linux with hardfp 2013-07-21 00:58:55 +02:00
Config.in
helpers.mk toolchain: check ARM EABI vs. EABIhf for external toolchains 2013-07-18 00:22:40 +02:00
toolchain-buildroot.mk
toolchain-common.in
toolchain-crosstool-ng.mk
toolchain-external.mk