diff options
author | Spenser Gilliland <spenser@gillilanding.com> | 2013-07-19 18:31:58 -0500 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-21 00:58:55 +0200 |
commit | aa86b52ca35b6bd9ebf352c55d4fb3c940c44527 (patch) | |
tree | 8c882edd5be17fe3035bff46b4c18fd4e646836f /package/python-pyro | |
parent | 27c9370344692b7605072f51eaf0275654faa093 (diff) | |
download | buildroot-aa86b52ca35b6bd9ebf352c55d4fb3c940c44527.tar.gz buildroot-aa86b52ca35b6bd9ebf352c55d4fb3c940c44527.zip |
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>
Diffstat (limited to 'package/python-pyro')
0 files changed, 0 insertions, 0 deletions