aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/config/i386
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-10-23 19:56:28 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2012-10-23 19:56:28 +0800
commit7e66b0108987a56a58c6150672fe7cf8cf88e69a (patch)
treef0b43e52e3394087fb8e9df0f99b56ce589d52b3 /gcc-4.6/gcc/config/i386
parent20c5bf758150dcfc13af1fce22e20256d29e150a (diff)
downloadtoolchain_gcc-7e66b0108987a56a58c6150672fe7cf8cf88e69a.tar.gz
toolchain_gcc-7e66b0108987a56a58c6150672fe7cf8cf88e69a.tar.bz2
toolchain_gcc-7e66b0108987a56a58c6150672fe7cf8cf88e69a.zip
Enable assembler linker default for security
Used to be local NDK patch at $NDK/build/tools/toolchain-patches/ gcc/0009-Enable-assembler-linker-default-for-security.patch Change-Id: I0211ee770e9d4db036361390fcb5892d4e39356f
Diffstat (limited to 'gcc-4.6/gcc/config/i386')
-rw-r--r--gcc-4.6/gcc/config/i386/linux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/i386/linux.h b/gcc-4.6/gcc/config/i386/linux.h
index 414dc65bf..5f0bcdbf6 100644
--- a/gcc-4.6/gcc/config/i386/linux.h
+++ b/gcc-4.6/gcc/config/i386/linux.h
@@ -104,7 +104,8 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_SPEC
#define ASM_SPEC \
- "--32 %{!mno-sse2avx:%{mavx:-msse2avx}} %{msse2avx:%{!mavx:-msse2avx}}"
+ "--32 %{!mno-sse2avx:%{mavx:-msse2avx}} %{msse2avx:%{!mavx:-msse2avx}} " \
+ LINUX_OR_ANDROID_CC ("", ANDROID_ASM_SPEC)
/* These may be provided by config/linux-grtev2.h. */
#ifndef LINUX_GRTE_EXTRA_SPECS