aboutsummaryrefslogtreecommitdiffstats
path: root/build-gcc.sh
diff options
context:
space:
mode:
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