From 48b5378b5a21c9ca371b897cfd5d44ec2fea3838 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 16 Sep 2014 18:22:31 -0700 Subject: [PATCH] configure: Remove support for i686-pc-mingw32 triple --- configure | 6 ------ 1 file changed, 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)