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}
This commit is contained in:
kjellander
2016-06-19 22:39:20 -07:00
committed by Commit bot
parent fc36a2d558
commit 4c7f8aec41

View File

@ -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': {