diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-05-12 13:59:17 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-05-12 13:59:17 +0000 |
commit | 564b43e5ff06cd2f1089474a58a7972bce939ddd (patch) | |
tree | 221d3b53f6ae710f47debffebfbd107d46eab3a5 /configure | |
parent | 049f8936e906ba762b5460a0b79e2fc7a39c6f4b (diff) | |
download | gdb-564b43e5ff06cd2f1089474a58a7972bce939ddd.zip gdb-564b43e5ff06cd2f1089474a58a7972bce939ddd.tar.gz gdb-564b43e5ff06cd2f1089474a58a7972bce939ddd.tar.bz2 |
* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
and $$s/newlib/libc/sys/cygwin32 include paths.
* configure: Ditto.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |