Skip to content

Commit 48b5378

Browse files
committed
configure: Remove support for i686-pc-mingw32 triple
1 parent 482e778 commit 48b5378

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

configure

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -477,12 +477,6 @@ fi
477477
step_msg "validating $CFG_SELF args"
478478
validate_opt
479479

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-
486480
# Validate the release channel
487481
case "$CFG_RELEASE_CHANNEL" in
488482
(source | nightly | beta | stable)

0 commit comments

Comments
 (0)