mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-02 09:53:29 +08:00
ext-toolchain-wrapper: fix typo on s/BR2_FPU/BR_FPU/
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e0d9d33cc2
commit
27c9370344
@ -41,7 +41,7 @@ static char *predef_args[] = {
|
|||||||
#ifdef BR_FLOAT_ABI
|
#ifdef BR_FLOAT_ABI
|
||||||
"-mfloat-abi=" BR_FLOAT_ABI,
|
"-mfloat-abi=" BR_FLOAT_ABI,
|
||||||
#endif
|
#endif
|
||||||
#ifdef BR2_FPU
|
#ifdef BR_FPU
|
||||||
"-mfpu=" BR_FPU,
|
"-mfpu=" BR_FPU,
|
||||||
#endif
|
#endif
|
||||||
#ifdef BR_SOFTFLOAT
|
#ifdef BR_SOFTFLOAT
|
||||||
|
Loading…
Reference in New Issue
Block a user