Merge "Don't define the meaningless SOFTFLOAT for x86."
This commit is contained in:
commit
d262e17ec1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue