summaryrefslogtreecommitdiff
path: root/ft2.target.linux-mips.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-06-09 17:44:56 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-06-09 17:44:56 +0000
commit79e79c858bd4641b2a516b5dfa0a4a23357e0d19 (patch)
tree0ee6578ad2e712760363e6dd2c9f8b242cebfdf3 /ft2.target.linux-mips.mk
parentf51889aaf5d4444e46f805fff626aab719a0ad1b (diff)
downloadfreetype-79e79c858bd4641b2a516b5dfa0a4a23357e0d19.tar.gz
Update makefiles after merge of Chromium at 275833
This commit was generated by merge_from_chromium.py. Change-Id: I3c33b116704c45e86519d863d16ba19d36508df1
Diffstat (limited to 'ft2.target.linux-mips.mk')
-rw-r--r--ft2.target.linux-mips.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ft2.target.linux-mips.mk b/ft2.target.linux-mips.mk
index 9f75298..3349c05 100644
--- a/ft2.target.linux-mips.mk
+++ b/ft2.target.linux-mips.mk
@@ -263,6 +263,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
@@ -278,6 +279,7 @@ LOCAL_LDFLAGS_Release := \
-Wl,--no-keep-memory \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \