ARMv7: Make ABI compatible to reference toolchain
Our reference toolchain uses -mabi=aapcs whereas we started forcing -mabi=aapcs-linux. Drop this to prevent ABI incompatibility. Also drop -fno-common since that's set in the top level Makefile.inc already. Change-Id: I4afdcf5da9a5d86c2f9e5de5c7d523ccd2f5f1e0 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2103 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
3a8badc265
commit
853f4698a8
|
@ -139,9 +139,7 @@ endif
|
||||||
# done
|
# done
|
||||||
|
|
||||||
CFLAGS += \
|
CFLAGS += \
|
||||||
-fno-common\
|
|
||||||
-ffixed-r8\
|
-ffixed-r8\
|
||||||
-mabi=aapcs-linux\
|
|
||||||
-march=armv7-a\
|
-march=armv7-a\
|
||||||
-marm\
|
-marm\
|
||||||
-mno-unaligned-access\
|
-mno-unaligned-access\
|
||||||
|
|
Loading…
Reference in New Issue