aboutsummaryrefslogtreecommitdiffstats
path: root/build-gcc.sh
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-12-18 11:50:14 -0800
committerDan Albert <danalbert@google.com>2015-12-18 11:50:14 -0800
commit9e6cce3d3c3fc1fab486112ab07fd820c89437e4 (patch)
tree9b47f92bb502b554541c5e157351db394a81b2a6 /build-gcc.sh
parent1c9f0db349a553014d418dcda594b09e386b9b0c (diff)
downloadtoolchain_gcc-9e6cce3d3c3fc1fab486112ab07fd820c89437e4.tar.gz
toolchain_gcc-9e6cce3d3c3fc1fab486112ab07fd820c89437e4.tar.bz2
toolchain_gcc-9e6cce3d3c3fc1fab486112ab07fd820c89437e4.zip
Re-enable gold for 64-bit Windows.
Bug: http://b/22045105 Change-Id: I3ac05c6bfe9875583a15383dc5840b3f8a37e22d
Diffstat (limited to 'build-gcc.sh')
-rwxr-xr-xbuild-gcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gcc.sh b/build-gcc.sh
index 7c956eabc..a964b2aee 100755
--- a/build-gcc.sh
+++ b/build-gcc.sh
@@ -316,7 +316,7 @@ esac
# Current mingw has an internal compiler error when building gold.
# Bug: http://b/22045105
-if [ "$MINGW" = "yes" ]; then
+if [ "$MINGW" = "yes" -a "$TRY64" = "no" ]; then
ENABLE_GOLD_FLAGS=
fi