We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482e778 commit 48b5378Copy full SHA for 48b5378
configure
@@ -477,12 +477,6 @@ fi
477
step_msg "validating $CFG_SELF args"
478
validate_opt
479
480
-# Temporarily support the old windows triples while the bots make the transition
481
-# XXX Remove me
482
-CFG_BUILD=`echo "${CFG_BUILD}" | sed 's/-pc-mingw32/-w64-mingw32/g'`
483
-CFG_HOST=`echo "${CFG_HOST}" | sed 's/-pc-mingw32/-w64-mingw32/g'`
484
-CFG_TARGET=`echo "${CFG_TARGET}" | sed 's/-pc-mingw32/-w64-mingw32/g'`
485
-
486
# Validate the release channel
487
case "$CFG_RELEASE_CHANNEL" in
488
(source | nightly | beta | stable)
0 commit comments