aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/config/arm
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-10-23 11:05:35 -0700
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-10-23 11:05:36 -0700
commitae948abe78321551be84b54ea2b0230614f00670 (patch)
tree0c7da1c542ddab2a3ef1f4bf79af73ad460bb114 /gcc-4.7/gcc/config/arm
parent7486fd3bda93a4e5c4c19584982d3da57c6b1044 (diff)
parentc779c1ff50bde450eb49b3998353804602c4d963 (diff)
downloadtoolchain_gcc-ae948abe78321551be84b54ea2b0230614f00670.tar.gz
toolchain_gcc-ae948abe78321551be84b54ea2b0230614f00670.tar.bz2
toolchain_gcc-ae948abe78321551be84b54ea2b0230614f00670.zip
Merge "Enable x86/arm gcc defaults"
Diffstat (limited to 'gcc-4.7/gcc/config/arm')
-rw-r--r--gcc-4.7/gcc/config/arm/linux-eabi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.7/gcc/config/arm/linux-eabi.h b/gcc-4.7/gcc/config/arm/linux-eabi.h
index af13e35f0..88811b7ec 100644
--- a/gcc-4.7/gcc/config/arm/linux-eabi.h
+++ b/gcc-4.7/gcc/config/arm/linux-eabi.h
@@ -74,7 +74,7 @@
#undef CC1_SPEC
#define CC1_SPEC \
LINUX_OR_ANDROID_CC (GNU_USER_TARGET_CC1_SPEC, \
- GNU_USER_TARGET_CC1_SPEC " " ANDROID_CC1_SPEC)
+ GNU_USER_TARGET_CC1_SPEC " " ANDROID_CC1_SPEC("-fpic"))
#define CC1PLUS_SPEC \
LINUX_OR_ANDROID_CC ("", ANDROID_CC1PLUS_SPEC)