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:
Stefan Reinauer 2013-01-04 12:19:23 -08:00 committed by Ronald G. Minnich
parent 3a8badc265
commit 853f4698a8
1 changed files with 0 additions and 2 deletions

View File

@ -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\