changeset 30059:29977961a197

Allow passing variants of "mingw32" as system name to --target. This ensures backwards compatibility after switching from "mingw32msvc" to "mingw32".
author diego
date Wed, 23 Dec 2009 10:21:53 +0000
parents e31fc74955d5
children 34e381629bb8
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Dec 22 20:56:59 2009 +0000
+++ b/configure	Wed Dec 23 10:21:53 2009 +0000
@@ -1434,7 +1434,7 @@
     qnx) system_name=QNX ;;
     morphos) system_name=MorphOS ;;
     amigaos) system_name=AmigaOS ;;
-    mingw32) system_name=MINGW32 ;;
+    mingw32*) system_name=MINGW32 ;;
   esac
   # We need to convert underscores so that values like k6-2 and pentium-mmx can be passed
   host_arch=$(echo $_target | cut -d '-' -f 1)