diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-10-24 13:41:36 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-10-24 13:41:36 +0000 |
commit | 738ff2e83ef6fb53663647731911ca656e3d3a17 (patch) | |
tree | 17d951e2e660ba5114f0f0e1843df8d65ec140dc /configure | |
parent | ead8994a85229be47d3389e0604ffe45bc51ee98 (diff) | |
download | newlib-738ff2e83ef6fb53663647731911ca656e3d3a17.zip newlib-738ff2e83ef6fb53663647731911ca656e3d3a17.tar.gz newlib-738ff2e83ef6fb53663647731911ca656e3d3a17.tar.bz2 |
* configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
against Mingw64 w32api.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7301,7 +7301,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' + FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include' ;; esac |