aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6
diff options
context:
space:
mode:
authorAlexander Ivchenko <alexander.ivchenko@intel.com>2014-09-16 16:27:24 +0400
committerAlexander Ivchenko <alexander.ivchenko@intel.com>2014-10-14 11:02:31 +0400
commitb871d9129b49f905bee587381bdb224159754b76 (patch)
treec827ae64ca959e18d65a0c773110b052e563b0e7 /gcc-4.6
parent05021208b41b37d068b4be95b921b3a1222cac09 (diff)
downloadtoolchain_gcc-b871d9129b49f905bee587381bdb224159754b76.tar.gz
toolchain_gcc-b871d9129b49f905bee587381bdb224159754b76.tar.bz2
toolchain_gcc-b871d9129b49f905bee587381bdb224159754b76.zip
[gcc] Remove "-mstackrealign" option turned on by default on x86.
For ndk docs change, please refer to: https://android-review.googlesource.com/#/c/110100/ Change-Id: Icbe13a158511d519312b2a1d3e606c9dd2bff4af Signed-off-by: Alexander Ivchenko <alexander.ivchenko@intel.com>
Diffstat (limited to 'gcc-4.6')
-rw-r--r--gcc-4.6/gcc/config/i386/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/i386/linux.h b/gcc-4.6/gcc/config/i386/linux.h
index f514cde86..6885d0092 100644
--- a/gcc-4.6/gcc/config/i386/linux.h
+++ b/gcc-4.6/gcc/config/i386/linux.h
@@ -86,7 +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 \
- " -mstackrealign -mssse3" \
+ " -mssse3" \
" -m32 -fno-short-enums" \
" " \
ANDROID_CC1_SPEC("-fPIC"))