* configure.in: Recognize canonical form of i[3-6]86-pe*.

* configure: Regenerate.
This commit is contained in:
Alan Modra 2003-04-09 05:14:35 +00:00
parent adab8cdcb0
commit e507634795
3 changed files with 257 additions and 250 deletions

View File

@ -1,3 +1,8 @@
2003-04-09 Bernd Jendrissek <berndj@prism.co.za>
* configure.in: Recognize canonical form of i[3-6]86-pe*.
* configure: Regenerate.
2003-04-09 Alexandre Oliva <aoliva@redhat.com>
* readelf.c (display_debug_info): Apply RELA relocations on the

500
binutils/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -249,7 +249,7 @@ changequote([,])dnl
OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS"
;;
changequote(,)dnl
i[3-6]86-pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32** | i[3-6]86-*-netbsdpe*)
i[3-6]86-*-pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32** | i[3-6]86-*-netbsdpe*)
changequote([,])dnl
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"