Stop asking GCC to cause trouble.

Why do we see so many bogus strict-aliasing warnings? Because we asked GCC to
cause trouble on arm and mips.

Change-Id: I25d7fd036b6afff7ccfa799abe0dc1579ead2847
This commit is contained in:
Elliott Hughes
2014-02-20 14:35:20 -08:00
parent 26172fa401
commit b8dc9bbd90
2 changed files with 1 additions and 7 deletions

View File

@@ -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