mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
configure: Remove support for i686-pc-mingw32 triple
This commit is contained in:
parent
482e7788c7
commit
48b5378b5a
6
configure
vendored
6
configure
vendored
@ -477,12 +477,6 @@ fi
|
||||
step_msg "validating $CFG_SELF args"
|
||||
validate_opt
|
||||
|
||||
# Temporarily support the old windows triples while the bots make the transition
|
||||
# XXX Remove me
|
||||
CFG_BUILD=`echo "${CFG_BUILD}" | sed 's/-pc-mingw32/-w64-mingw32/g'`
|
||||
CFG_HOST=`echo "${CFG_HOST}" | sed 's/-pc-mingw32/-w64-mingw32/g'`
|
||||
CFG_TARGET=`echo "${CFG_TARGET}" | sed 's/-pc-mingw32/-w64-mingw32/g'`
|
||||
|
||||
# Validate the release channel
|
||||
case "$CFG_RELEASE_CHANNEL" in
|
||||
(source | nightly | beta | stable)
|
||||
|
Loading…
Reference in New Issue
Block a user