summaryrefslogtreecommitdiff
path: root/modules/iSAC.target.linux-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/iSAC.target.linux-mips.mk')
-rw-r--r--modules/iSAC.target.linux-mips.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/iSAC.target.linux-mips.mk b/modules/iSAC.target.linux-mips.mk
index bb143982..2d39671c 100644
--- a/modules/iSAC.target.linux-mips.mk
+++ b/modules/iSAC.target.linux-mips.mk
@@ -304,6 +304,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl,--no-keep-memory \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
-Wl,--as-needed
@@ -319,6 +320,7 @@ LOCAL_LDFLAGS_Release := \
-Wl,--no-keep-memory \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \