summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-mips.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-06-12 15:33:56 -0700
committerDan Albert <danalbert@google.com>2014-06-13 10:24:12 -0700
commit50031de36ee77128b00e1ea77bcbb5a48628cfa3 (patch)
treed031e9d6207925e7f3701907840bf1663511bb75 /core/combo/TARGET_linux-mips.mk
parentcc2a47bf64b87f228b10c8f83b1575eee2aa1e76 (diff)
downloadbuild-50031de36ee77128b00e1ea77bcbb5a48628cfa3.zip
build-50031de36ee77128b00e1ea77bcbb5a48628cfa3.tar.gz
build-50031de36ee77128b00e1ea77bcbb5a48628cfa3.tar.bz2
Remove -Bsymbolic from builds.
This is causing issues when tools like asan try to wrap calls like malloc. See the referenced bug for more details. Bug: 15432753 Change-Id: I15e8eab5b773afd02dc14c78500cf8246a617718
Diffstat (limited to 'core/combo/TARGET_linux-mips.mk')
-rw-r--r--core/combo/TARGET_linux-mips.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/combo/TARGET_linux-mips.mk b/core/combo/TARGET_linux-mips.mk
index f52c375..d702cc5 100644
--- a/core/combo/TARGET_linux-mips.mk
+++ b/core/combo/TARGET_linux-mips.mk
@@ -217,7 +217,6 @@ define $(combo_2nd_arch_prefix)transform-o-to-shared-lib-inner
$(hide) $(PRIVATE_CXX) \
-nostdlib -Wl,-soname,$(notdir $@) \
-Wl,--gc-sections \
- -Wl,-shared,-Bsymbolic \
-shared \
$(PRIVATE_TARGET_GLOBAL_LD_DIRS) \
$(if $(filter true,$(PRIVATE_NO_CRT)),,$(PRIVATE_TARGET_CRTBEGIN_SO_O)) \