From 4c7f8aec411d7c51ab3ea84d6ed05095752dd6ac Mon Sep 17 00:00:00 2001 From: kjellander Date: Sun, 19 Jun 2016 22:39:20 -0700 Subject: [PATCH] Cleanup MIPS specific link configuration With recent rolls of chromium_revision, we've now rolled past https://codereview.chromium.org/2048063002 so this workaround is no longer needed. BUG=webrtc:5977 NOTRY=True Review-Url: https://codereview.webrtc.org/2071133003 Cr-Commit-Position: refs/heads/master@{#13207} --- webrtc/supplement.gypi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi index 1915205c46..f1974d73d8 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': {