summaryrefslogtreecommitdiff
path: root/modules/video_render_module.target.linux-mips.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-03-17 13:59:05 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-03-17 13:59:05 +0000
commit4f684e9d5b3f522968e06dc7f27137e06e13eb49 (patch)
tree2f53e8c7b71986bc7a2e08ce6ee893136db7b644 /modules/video_render_module.target.linux-mips.mk
parentc5e7779a5fe0a0b2b8f14ce83ad5bcaccd9eeaf6 (diff)
downloadwebrtc-4f684e9d5b3f522968e06dc7f27137e06e13eb49.tar.gz
Update makefiles after merge of Chromium at 257420
This commit was generated by merge_from_chromium.py. Change-Id: I976ab11a93b7c30cb293371b90a8b50299b53d8f
Diffstat (limited to 'modules/video_render_module.target.linux-mips.mk')
-rw-r--r--modules/video_render_module.target.linux-mips.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/video_render_module.target.linux-mips.mk b/modules/video_render_module.target.linux-mips.mk
index ab4cbc08..b146699c 100644
--- a/modules/video_render_module.target.linux-mips.mk
+++ b/modules/video_render_module.target.linux-mips.mk
@@ -251,6 +251,7 @@ LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
### Rules for final target.
LOCAL_LDFLAGS_Debug := \
+ -Wl,--fatal-warnings \
-Wl,-z,now \
-Wl,-z,relro \
-Wl,-z,noexecstack \
@@ -260,7 +261,6 @@ LOCAL_LDFLAGS_Debug := \
-nostdlib \
-Wl,--no-undefined \
-Wl,--exclude-libs=ALL \
- -Wl,--fatal-warnings \
-Wl,--gc-sections \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
@@ -268,6 +268,7 @@ LOCAL_LDFLAGS_Debug := \
LOCAL_LDFLAGS_Release := \
+ -Wl,--fatal-warnings \
-Wl,-z,now \
-Wl,-z,relro \
-Wl,-z,noexecstack \
@@ -280,7 +281,6 @@ LOCAL_LDFLAGS_Release := \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \
- -Wl,--fatal-warnings \
-Wl,--warn-shared-textrel