changeset 30047:c3d96f2fb4c2

Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target. The former is the official name used by the MinGW project.
author diego
date Sun, 20 Dec 2009 19:12:20 +0000
parents 844755b5d7b6
children 3acbd834b269
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Dec 20 17:49:07 2009 +0000
+++ b/configure	Sun Dec 20 19:12:20 2009 +0000
@@ -1434,7 +1434,7 @@
     qnx) system_name=QNX ;;
     morphos) system_name=MorphOS ;;
     amigaos) system_name=AmigaOS ;;
-    mingw32msvc) 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)