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

Unified Diff: webrtc/supplement.gypi

Issue 2040403002: Roll chromium_revision 086802955f..7fa6701bc5 (396351:398458) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Disable Gold linker for MIPS 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 | « DEPS ('k') | 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 f1974d73d83f1f92def606a467061ef0a4a9f93d..1915205c4631c81e414e48360306d74232e0efa7 100644
--- a/webrtc/supplement.gypi
+++ b/webrtc/supplement.gypi
@@ -29,6 +29,10 @@
# 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 | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698