Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1617)

Unified Diff: webrtc/supplement.gypi

Issue 2071133003: Cleanup MIPS specific link configuration (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/supplement.gypi
diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi
index 1915205c4631c81e414e48360306d74232e0efa7..f1974d73d83f1f92def606a467061ef0a4a9f93d 100644
--- a/webrtc/supplement.gypi
+++ b/webrtc/supplement.gypi
@@ -29,10 +29,6 @@
# libjingle_peerconnection_so file size.
'libyuv_disable_jpeg%': 1,
}],
- ['OS=="android" and target_arch=="mipsel"', {
- # Linking fails with the gold linker: bugs.webrtc.org/5977.
- 'linux_use_bundled_gold%': 0,
- }],
],
},
'target_defaults': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698