aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9')
-rw-r--r--gcc-4.9/gcc/config/i386/gnu-user.h2
-rw-r--r--gcc-4.9/gcc/config/i386/gnu-user64.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.9/gcc/config/i386/gnu-user.h b/gcc-4.9/gcc/config/i386/gnu-user.h
index d4a16e470..7f59c0b23 100644
--- a/gcc-4.9/gcc/config/i386/gnu-user.h
+++ b/gcc-4.9/gcc/config/i386/gnu-user.h
@@ -67,7 +67,7 @@ along with GCC; see the file COPYING3. If not see
#undef ANDROID_TARGET_CC1_SPEC
#define ANDROID_TARGET_CC1_SPEC \
- " -mstackrealign -mssse3 -fno-short-enums " \
+ " -mssse3 -fno-short-enums " \
#undef ASM_SPEC
#define ASM_SPEC \
diff --git a/gcc-4.9/gcc/config/i386/gnu-user64.h b/gcc-4.9/gcc/config/i386/gnu-user64.h
index 0333b5c26..39d13d1d1 100644
--- a/gcc-4.9/gcc/config/i386/gnu-user64.h
+++ b/gcc-4.9/gcc/config/i386/gnu-user64.h
@@ -48,7 +48,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#undef ANDROID_TARGET_CC1_SPEC
#define ANDROID_TARGET_CC1_SPEC \
- "%{m32:-mstackrealign -mssse3 -fno-short-enums}" \
+ "%{m32:-mssse3 -fno-short-enums}" \
"%{!m32:-msse4.2 -mpopcnt}"
#undef ASM_SPEC