aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/aarch64
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2014-04-14 21:43:57 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-04-22 16:17:06 -0700
commitf34a1e49f0fdae8bf4c55934662c2da2c5aeac49 (patch)
treead8fca573c59dca5675d9d0696d343ace082d48c /gcc-4.9/gcc/config/aarch64
parent9aa66123be8b8f9ed6246f05e778c873623c0c17 (diff)
downloadtoolchain_gcc-f34a1e49f0fdae8bf4c55934662c2da2c5aeac49.tar.gz
toolchain_gcc-f34a1e49f0fdae8bf4c55934662c2da2c5aeac49.tar.bz2
toolchain_gcc-f34a1e49f0fdae8bf4c55934662c2da2c5aeac49.zip
[4.9] Fix aarch64 to use Android specs.
See bb9a7de92c3a7a4ae8a47536e36559673dd886e9 Change-Id: Id96f2d455699a125e773829cb95939438c242aa6
Diffstat (limited to 'gcc-4.9/gcc/config/aarch64')
-rw-r--r--gcc-4.9/gcc/config/aarch64/aarch64-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/config/aarch64/aarch64-linux.h b/gcc-4.9/gcc/config/aarch64/aarch64-linux.h
index 4eacdb239..f32d19f16 100644
--- a/gcc-4.9/gcc/config/aarch64/aarch64-linux.h
+++ b/gcc-4.9/gcc/config/aarch64/aarch64-linux.h
@@ -52,7 +52,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)