summaryrefslogtreecommitdiff
path: root/openssl.target.linux-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openssl.target.linux-arm.mk')
-rw-r--r--openssl.target.linux-arm.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl.target.linux-arm.mk b/openssl.target.linux-arm.mk
index ce76a3d..37dc1d8 100644
--- a/openssl.target.linux-arm.mk
+++ b/openssl.target.linux-arm.mk
@@ -832,6 +832,7 @@ LOCAL_LDFLAGS_Debug := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--icf=safe \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
@@ -849,6 +850,7 @@ LOCAL_LDFLAGS_Release := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--icf=safe \
-Wl,-O1 \
-Wl,--as-needed \