* acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*.

* aclocal.m4, configure: Rebuild.
This commit is contained in:
Ian Lance Taylor 1999-08-08 16:01:13 +00:00
parent 76a279225c
commit 855b0be7f7
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
1999-08-08 Ian Lance Taylor <ian@zembu.com>
* acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*.
* aclocal.m4, configure: Rebuild.
1999-08-06 Ian Lance Taylor <ian@zembu.com>
* section.c (global_syms): Only initialize union field if

View File

@ -3,7 +3,7 @@ AC_DEFUN(BFD_BINARY_FOPEN,
[AC_REQUIRE([AC_CANONICAL_SYSTEM])
case "${host}" in
changequote(,)dnl
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows)
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
changequote([,])dnl
AC_DEFINE(USE_BINARY_FOPEN, 1, [Use b modifier when opening binary files?]) ;;
esac])dnl

2
bfd/aclocal.m4 vendored
View File

@ -15,7 +15,7 @@ AC_DEFUN(BFD_BINARY_FOPEN,
[AC_REQUIRE([AC_CANONICAL_SYSTEM])
case "${host}" in
changequote(,)dnl
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows)
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
changequote([,])dnl
AC_DEFINE(USE_BINARY_FOPEN, 1, [Use b modifier when opening binary files?]) ;;
esac])dnl

2
bfd/configure vendored
View File

@ -4532,7 +4532,7 @@ done
case "${host}" in
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows)
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
cat >> confdefs.h <<\EOF
#define USE_BINARY_FOPEN 1
EOF