Merge "Stop asking GCC to cause trouble."
This commit is contained in:
commit
e65055af11
@ -41,10 +41,7 @@ libc_common_src_files_arm += \
|
||||
# bionic/__strcpy_chk.cpp \
|
||||
# bionic/__strcat_chk.cpp \
|
||||
|
||||
# cflags
|
||||
libc_common_cflags_arm := \
|
||||
-DSOFTFLOAT \
|
||||
-fstrict-aliasing
|
||||
libc_common_cflags_arm := -DSOFTFLOAT
|
||||
|
||||
##########################################
|
||||
### CPU specific source files
|
||||
|
@ -43,13 +43,10 @@ libc_common_src_files_mips += \
|
||||
bionic/__strcat_chk.cpp \
|
||||
|
||||
|
||||
# cflags
|
||||
ifneq ($(ARCH_MIPS_HAS_FPU),true)
|
||||
libc_common_cflags_mips := \
|
||||
-DSOFTFLOAT
|
||||
endif
|
||||
libc_common_cflags_mips += \
|
||||
-fstrict-aliasing
|
||||
|
||||
##########################################
|
||||
### CPU specific source files
|
||||
|
Loading…
Reference in New Issue
Block a user