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