* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
and $$s/newlib/libc/sys/cygwin32 include paths. * configure: Ditto.
This commit is contained in:
parent
3b30f11fbf
commit
a8833ac1ff
@ -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>
|
2003-05-05 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* config-ml.in: Restored from gcc repository.
|
* config-ml.in: Restored from gcc repository.
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -2488,7 +2488,7 @@ case " $target_configdirs " in
|
|||||||
*" --with-newlib "*)
|
*" --with-newlib "*)
|
||||||
case "$target" in
|
case "$target" in
|
||||||
*-cygwin*)
|
*-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
|
esac
|
||||||
|
|
||||||
# If we're not building GCC, don't discard standard headers.
|
# If we're not building GCC, don't discard standard headers.
|
||||||
|
@ -1827,7 +1827,7 @@ case " $target_configdirs " in
|
|||||||
*" --with-newlib "*)
|
*" --with-newlib "*)
|
||||||
case "$target" in
|
case "$target" in
|
||||||
*-cygwin*)
|
*-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
|
esac
|
||||||
|
|
||||||
# If we're not building GCC, don't discard standard headers.
|
# If we're not building GCC, don't discard standard headers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user