summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-02-03 19:30:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-03 19:30:17 +0000
commit4d0f56fba3cb89d871e1277d9314da12406394e5 (patch)
treecba0380e6a9949754362b477192aba149af85c32
parent5cb4276e48d84b66ad797f847361644af1b5754e (diff)
parent624ef02a5011787139eb882c055bb5f176da4b89 (diff)
downloadbuild-4d0f56fba3cb89d871e1277d9314da12406394e5.zip
build-4d0f56fba3cb89d871e1277d9314da12406394e5.tar.gz
build-4d0f56fba3cb89d871e1277d9314da12406394e5.tar.bz2
Merge "Disable transitive dependency library symbol resolving for mips."
-rw-r--r--core/combo/TARGET_linux-mips.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-mips.mk b/core/combo/TARGET_linux-mips.mk
index 489a3b5..55566eb 100644
--- a/core/combo/TARGET_linux-mips.mk
+++ b/core/combo/TARGET_linux-mips.mk
@@ -109,6 +109,9 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS += \
-Wl,--fatal-warnings \
$(arch_variant_ldflags)
+# Disable transitive dependency library symbol resolving.
+$(combo_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS += -Wl,--allow-shlib-undefined
+
$(combo_2nd_arch_prefix)TARGET_GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden
# More flags/options can be added here