]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Disable target-winsup & co for x86_64-*-mingw* and *-w64-mingw* targets.
authorKai Tietz <kai.tietz@onevision.com>
Fri, 30 Oct 2009 16:47:40 +0000 (16:47 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Fri, 30 Oct 2009 16:47:40 +0000 (17:47 +0100)
2009-10-30  Kai Tietz  <kai.tietz@onevision.com>

        * configure.ac: Disable target-winsup & co for
        x86_64-*-mingw* and *-w64-mingw* targets.
        * configure: Regenerated.

From-SVN: r153761

ChangeLog
configure
configure.ac

index 7c9bcf60b2b5e8b4dc1209c7188585ee3e88a011..02367b751f82605f9e8a4b59280a6144248a90ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
+
+       * configure.ac: Disable target-winsup & co for
+       x86_64-*-mingw* and *-w64-mingw* targets.
+       * configure: Regenerated.
+
 2009-10-16  Nick Clifton  <nickc@redhat.com>
 
        * MAINTAINERS: Add myself as a maintainer for the RX port.
index 4af7b475754acce767e512df9f8b4572c2d240b7..7b068a1664ba60d0120c4320fc3113f5f1de7075 100755 (executable)
--- a/configure
+++ b/configure
@@ -3509,12 +3509,14 @@ case "${target}" in
     # if the --with-newlib option has been given, because otherwise
     # 'target-newlib' will appear in skipdirs.
     ;;
-  i[3456789]86-*-mingw32*)
+  i[3456789]86-w64-mingw*)
+    noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
+    ;;
+  i[3456789]86-*-mingw*)
     target_configdirs="$target_configdirs target-winsup"
     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
     ;;
   x86_64-*-mingw*)
-    target_configdirs="$target_configdirs target-winsup"
     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
     ;;
   *-*-cygwin*)
@@ -7859,6 +7861,8 @@ case " $target_configdirs " in
   ;;
 esac
 case "$target" in
+x86_64-*-mingw* | *-w64-mingw*)
+  ;;
 *-mingw*)
   # Can't be handled as Cygwin above since Mingw does not use newlib.
   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include' ;;
index 7fdf357febf879c17df6d2a230b4e92e0242ecc2..36774a4fe7e79942414403f39f243676584ec75a 100644 (file)
@@ -741,12 +741,14 @@ case "${target}" in
     # if the --with-newlib option has been given, because otherwise
     # 'target-newlib' will appear in skipdirs.
     ;;
-  i[[3456789]]86-*-mingw32*)
+  i[[3456789]]86-w64-mingw*)
+    noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
+    ;;
+  i[[3456789]]86-*-mingw*)
     target_configdirs="$target_configdirs target-winsup"
     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
     ;;    
   x86_64-*-mingw*)
-    target_configdirs="$target_configdirs target-winsup"
     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
     ;;    
   *-*-cygwin*)
@@ -3015,6 +3017,8 @@ case " $target_configdirs " in
   ;;
 esac
 case "$target" in
+x86_64-*-mingw* | *-w64-mingw*)
+  ;;
 *-mingw*)
   # Can't be handled as Cygwin above since Mingw does not use newlib.
   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include' ;;