Update makefiles after merge of Chromium at 275833

This commit was generated by merge_from_chromium.py.

Change-Id: I380c1dfd526f2bc84cce41108d6b1585dd330b85
diff --git a/libsrtp.target.linux-x86.mk b/libsrtp.target.linux-x86.mk
index 664f098..0bd1ef7 100644
--- a/libsrtp.target.linux-x86.mk
+++ b/libsrtp.target.linux-x86.mk
@@ -281,6 +281,7 @@
 	-fuse-ld=gold \
 	-nostdlib \
 	-Wl,--no-undefined \
+	-Wl,--exclude-libs=ALL \
 	-Wl,--warn-shared-textrel \
 	-Wl,-O1 \
 	-Wl,--as-needed
@@ -296,6 +297,7 @@
 	-fuse-ld=gold \
 	-nostdlib \
 	-Wl,--no-undefined \
+	-Wl,--exclude-libs=ALL \
 	-Wl,-O1 \
 	-Wl,--as-needed \
 	-Wl,--gc-sections \