mirror of git://gcc.gnu.org/git/gcc.git
Fix for building against Mingw64 w32api
* configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building against Mingw64 w32api. * configure: Regenerate. From-SVN: r193129
This commit is contained in:
parent
1873ec0c11
commit
443e623843
|
|
@ -1,3 +1,9 @@
|
||||||
|
2012-11-03 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
|
||||||
|
against Mingw64 w32api.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
|
2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
|
|
|
||||||
|
|
@ -7317,7 +7317,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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2839,7 +2839,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…
Reference in New Issue