Don't define the meaningless SOFTFLOAT for x86.

Change-Id: I9f932ad5d9f731a0de18efb881d02cedf9fcbede
This commit is contained in:
Elliott Hughes 2013-10-07 09:53:44 -07:00
parent a6e9ae80e5
commit ee489f6ad2

View File

@ -590,13 +590,11 @@ ifeq ($(TARGET_ARCH),mips)
endif # mips
ifeq ($(TARGET_ARCH),x86)
libc_common_cflags += -DSOFTFLOAT
libc_crt_target_cflags := -m32
libc_crt_target_ldflags := -melf_i386
endif # x86
ifeq ($(TARGET_ARCH),x86_64)
libc_common_cflags += -DSOFTFLOAT
libc_crt_target_cflags := -m64
libc_crt_target_ldflags := -melf_x86_64
endif # x86_64