about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-09-16 18:22:31 -0700
committerBrian Anderson <banderson@mozilla.com>2014-09-18 11:49:03 -0700
commit48b5378b5a21c9ca371b897cfd5d44ec2fea3838 (patch)
tree59ff2777e3fe608eea05b05be1f5221c7f1d5b6a
parent482e7788c7721a637781d20830366947fcacb0f4 (diff)
downloadrust-48b5378b5a21c9ca371b897cfd5d44ec2fea3838.tar.gz
rust-48b5378b5a21c9ca371b897cfd5d44ec2fea3838.zip
configure: Remove support for i686-pc-mingw32 triple
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 9aa23e732ab..ef6da404623 100755
--- a/configure
+++ b/configure
@@ -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)