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