aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6')
-rw-r--r--gcc-4.6/gcc/config/i386/linux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc-4.6/gcc/config/i386/linux.h b/gcc-4.6/gcc/config/i386/linux.h
index 4bf4a45c9..7a0388e04 100644
--- a/gcc-4.6/gcc/config/i386/linux.h
+++ b/gcc-4.6/gcc/config/i386/linux.h
@@ -86,8 +86,7 @@ along with GCC; see the file COPYING3. If not see
#define CC1_SPEC \
LINUX_OR_ANDROID_CC (LINUX_TARGET_CC1_SPEC, \
LINUX_TARGET_CC1_SPEC \
- " -march=i686 -mtune=atom" \
- " -mstackrealign -msse3 -mfpmath=sse" \
+ " -mstackrealign -msse3" \
" -m32 -fno-short-enums" \
" " \
ANDROID_CC1_SPEC("-fPIC"))