aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc-4.7/gcc/config/i386/gnu-user.h2
-rw-r--r--gcc-4.8/gcc/config/i386/linux-common.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.7/gcc/config/i386/gnu-user.h b/gcc-4.7/gcc/config/i386/gnu-user.h
index 59a95f2fc..9c1e8f90f 100644
--- a/gcc-4.7/gcc/config/i386/gnu-user.h
+++ b/gcc-4.7/gcc/config/i386/gnu-user.h
@@ -85,7 +85,7 @@ along with GCC; see the file COPYING3. If not see
LINUX_OR_ANDROID_CC (LINUX_TARGET_CC1_SPEC, \
LINUX_TARGET_CC1_SPEC \
" -mstackrealign -msse3" \
- " -m32 -fno-short-enums" \
+ " -fno-short-enums" \
" " \
ANDROID_CC1_SPEC("-fPIC"))
diff --git a/gcc-4.8/gcc/config/i386/linux-common.h b/gcc-4.8/gcc/config/i386/linux-common.h
index 51e25b427..7f70bd40b 100644
--- a/gcc-4.8/gcc/config/i386/linux-common.h
+++ b/gcc-4.8/gcc/config/i386/linux-common.h
@@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
LINUX_OR_ANDROID_CC (GNU_USER_TARGET_CC1_SPEC, \
GNU_USER_TARGET_CC1_SPEC \
" -mstackrealign -msse3" \
- " -m32 -fno-short-enums" \
+ " -fno-short-enums" \
" " \
ANDROID_CC1_SPEC("-fPIC"))