Tue Nov 10 16:17:06 1998 Geoffrey Noer <noer@cygnus.com>

* acinclude.m4: detect cygwin* instead of cygwin32*.
        * aclocal.m4, configure: regenerate
This commit is contained in:
Geoffrey Noer 1998-11-11 00:18:37 +00:00
parent 86b8bbbeea
commit 9dfa8076d4
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Tue Nov 10 16:17:06 1998 Geoffrey Noer <noer@cygnus.com>
* acinclude.m4: detect cygwin* instead of cygwin32*.
* aclocal.m4, configure: regenerate
Tue Nov 10 15:13:59 1998 Nick Clifton <nickc@cygnus.com>
* elf.c (prep_headers): Add support for bfd_arch_fr30.

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
i[345]86-*-msdos* | i[345]86-*-go32* | i[345]86-*-mingw32* | *-*-cygwin32* | *-*-windows)
i[345]86-*-msdos* | i[345]86-*-go32* | i[345]86-*-mingw32* | *-*-cygwin* | *-*-windows)
changequote([,])dnl
AC_DEFINE(USE_BINARY_FOPEN) ;;
esac])dnl

2
bfd/configure vendored
View File

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