Commit 27c93703 authored by Spenser Gilliland's avatar Spenser Gilliland Committed by Peter Korsgaard
Browse files

ext-toolchain-wrapper: fix typo on s/BR2_FPU/BR_FPU/

parent e0d9d33c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ static char *predef_args[] = {
#ifdef BR_FLOAT_ABI
	"-mfloat-abi=" BR_FLOAT_ABI,
#endif
#ifdef BR2_FPU
#ifdef BR_FPU
	"-mfpu=" BR_FPU,
#endif
#ifdef BR_SOFTFLOAT