9
0
Fork 0

arm/Makefile: don't set ABI unconditionally to "apcs-gnu"

Since commit 67b2697613 we have
configureable ABI support in the bootloader, so don't set apcs-gnu
unconditionally.

Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
CC: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2009-12-08 13:40:02 +01:00 committed by Sascha Hauer
parent 765cb0028d
commit e2b4a792f8
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ endif
TEXT_BASE = $(CONFIG_TEXT_BASE)
CPPFLAGS += -mabi=apcs-gnu -DTEXT_BASE=$(TEXT_BASE) -P
CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -P
ifndef CONFIG_MODULES
# Add cleanup flags