* configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 24 Oct 2012 13:41:36 +0000 (13:41 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 24 Oct 2012 13:41:36 +0000 (13:41 +0000)
against Mingw64 w32api.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index f655adc33cfa8247b6e3f949d0a1e83d236dbc7a..7fbe034b8e08683b2f94b92685f14a32985e9c26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-24  Corinna Vinschen  <corinna@vinschen.de>
+
+       * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
+       against Mingw64 w32api.
+       * configure: Regenerate.
+
 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR bootstrap/54820
index 4d9fc2a4e0e37e769f333c9fcf45038d880636f6..59407cad22aa78ebc0318a3d8043bc592c614b5f 100755 (executable)
--- a/configure
+++ b/configure
@@ -7301,7 +7301,7 @@ case " $target_configdirs " in
   *" --with-newlib "*)
    case "$target" in
     *-cygwin*)
-      FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
+      FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
       ;;
    esac
 
index c6665a1f33a87ac67b86d0d51ab8b81794294078..037f66a39bcd6c954aea72adf02b48286bf57679 100644 (file)
@@ -2827,7 +2827,7 @@ case " $target_configdirs " in
   *" --with-newlib "*)
    case "$target" in
     *-cygwin*)
-      FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
+      FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
       ;;
    esac
 
This page took 0.04254 seconds and 4 git commands to generate.