]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 12 May 2003 13:59:17 +0000 (13:59 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 12 May 2003 13:59:17 +0000 (13:59 +0000)
and $$s/newlib/libc/sys/cygwin32 include paths.
* configure: Ditto.

ChangeLog
configure
configure.in

index 787355cc717ef9b6f0ad223acc63f3bffa070024..46067f48888d7d5944d75550ea93c40c1d9ffe57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
+
+       * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
+       and $$s/newlib/libc/sys/cygwin32 include paths.
+       * configure: Ditto.
+
 2003-05-05  H.J. Lu <hjl@gnu.org>
 
        * config-ml.in: Restored from gcc repository.
index 045ad147f7303bb252e2e57cc2aa1b344d545e87..8b6e6b94de66ec15474708c6f2d0b5589bd605e5 100755 (executable)
--- a/configure
+++ b/configure
@@ -2488,7 +2488,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 -isystem $$s/newlib/libc/sys/cygwin -isystem $$s/newlib/libc/sys/cygwin32' ;;
+     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' ;;
    esac
 
    # If we're not building GCC, don't discard standard headers.
index f695982d796ae8dae9a73b6e366c7a698a1f02f7..ff7b6cbc8d4d2aab61613755be9f3fe204219b9f 100644 (file)
@@ -1827,7 +1827,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 -isystem $$s/newlib/libc/sys/cygwin -isystem $$s/newlib/libc/sys/cygwin32' ;;
+     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' ;;
    esac
 
    # If we're not building GCC, don't discard standard headers.