9
0
Fork 0

ARM: pass -msoft-float

This is necessary to prevent NEON instructions from leaking into
the binary.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-12-08 11:06:05 +01:00
parent a0bd56c0de
commit 1275e364f9
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ ifeq ($(CONFIG_ARM_UNWIND),y)
CFLAGS_ABI +=-funwind-tables
endif
CPPFLAGS += $(CFLAGS_ABI) $(arch-y) $(tune-y)
AFLAGS += -include asm/unified.h
CPPFLAGS += $(CFLAGS_ABI) $(arch-y) $(tune-y) -msoft-float
AFLAGS += -include asm/unified.h -msoft-float
# Machine directory name. This list is sorted alphanumerically
# by CONFIG_* macro name.