* configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.

(powerpc*-*-cygwin32): New.
	* configure: Regenerated.
This commit is contained in:
Steve Chamberlain 1996-02-01 18:08:36 +00:00
parent 4ad7025328
commit 904fe36b83
2 changed files with 9 additions and 3 deletions

4
binutils/configure vendored
View file

@ -1135,11 +1135,11 @@ do
BUILD_DLLTOOL='$(DLLTOOL_PROG)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
;;
i[3-6]86-*pe* | i[3-6]86-*-win32)
i[3-6]86-*pe* | i[3-6]86-*-cygwin32)
BUILD_DLLTOOL='$(DLLTOOL_PROG)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
;;
powerpc*-*-*pe* | powerpc*-*-win*)
powerpc*-*-*pe* | powerpc*-*-cygwin32)
BUILD_DLLTOOL='$(DLLTOOL_PROG)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
;;