From 19ffae08a82c9864deba8368320f656d5d20d690 Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Sun, 3 Oct 2010 03:57:24 -0300 Subject: [PATCH 1/2] Remove migw64 normalization --- tool/config.sub | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/tool/config.sub b/tool/config.sub index b8d3d32..99eac59 100755 --- a/tool/config.sub +++ b/tool/config.sub @@ -319,9 +319,6 @@ case $basic_machine in i*86 | x86_64) basic_machine=$basic_machine-pc ;; - i?86-w64 | x86_64-w64) - basic_machine=x86_64-pc - ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 @@ -744,7 +741,7 @@ case $basic_machine in ;; mingw64) basic_machine=x86_64-pc - os=-mingw64 + os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown @@ -1312,13 +1309,6 @@ case $os in | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; - -mingw64*) - case $basic_machine in - x86-* | i*86-*) - basic_machine=x86_64-pc - ;; - esac - ;; -qnx*) case $basic_machine in x86-* | i*86-*) -- 1.7.1.msysgit.0