summaryrefslogtreecommitdiff
path: root/modules/iLBC.target.darwin-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/iLBC.target.darwin-mips.mk')
-rw-r--r--modules/iLBC.target.darwin-mips.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/iLBC.target.darwin-mips.mk b/modules/iLBC.target.darwin-mips.mk
index 1f9094c5..c785b689 100644
--- a/modules/iLBC.target.darwin-mips.mk
+++ b/modules/iLBC.target.darwin-mips.mk
@@ -345,6 +345,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
@@ -360,6 +361,7 @@ LOCAL_LDFLAGS_Release := \
-Wl,--no-keep-memory \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \