aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-01-14 13:01:25 -0800
committerDan Albert <danalbert@google.com>2016-01-14 13:04:08 -0800
commit7fc42ccf0f636cd0df97569a262336933a36c0b3 (patch)
tree39988decb2549452cb47756a32e1721a7824375f /gcc-4.9
parentf1c3ad6cac0465017759cce0cb381ce66760d907 (diff)
downloadtoolchain_gcc-7fc42ccf0f636cd0df97569a262336933a36c0b3.tar.gz
toolchain_gcc-7fc42ccf0f636cd0df97569a262336933a36c0b3.tar.bz2
toolchain_gcc-7fc42ccf0f636cd0df97569a262336933a36c0b3.zip
Remove -Bsymbolic from the Android link spec.
Bug: http://b.android.com/68956 Change-Id: I60bef8715de7920d72ebc9a6bd7f18ceaea05966
Diffstat (limited to 'gcc-4.9')
-rw-r--r--gcc-4.9/gcc/config/linux-android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/config/linux-android.h b/gcc-4.9/gcc/config/linux-android.h
index 76654c34b..6995785da 100644
--- a/gcc-4.9/gcc/config/linux-android.h
+++ b/gcc-4.9/gcc/config/linux-android.h
@@ -38,7 +38,7 @@
"%{" NOANDROID "|tno-android-ld:" LINUX_SPEC ";:" ANDROID_SPEC "}"
#define ANDROID_LINK_SPEC \
- "%{shared: -Bsymbolic} -z noexecstack -z relro -z now"
+ "-z noexecstack -z relro -z now"
#define ANDROID_CC1_SPEC(ANDROID_PIC_DEFAULT) \
"%{!mglibc:%{!muclibc:%{!mbionic: -mbionic}}} " \