* configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
against Mingw64 w32api. * configure: Regenerate.
This commit is contained in:
parent
ead8994a85
commit
738ff2e83e
@ -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>
|
2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
PR bootstrap/54820
|
PR bootstrap/54820
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -7301,7 +7301,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'
|
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -2827,7 +2827,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'
|
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user