aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1996-02-01 18:08:36 +0000
committerSteve Chamberlain <sac@cygnus>1996-02-01 18:08:36 +0000
commit904fe36b834a038774b2b7c3cf5757dcd9ef0f9c (patch)
tree3492042f34069580365789a1f7a0c67cfbc21f48 /binutils/configure
parent4ad702532863789ba2a4fe9dc9cbe0cb2bc80e3a (diff)
downloadgdb-904fe36b834a038774b2b7c3cf5757dcd9ef0f9c.zip
gdb-904fe36b834a038774b2b7c3cf5757dcd9ef0f9c.tar.gz
gdb-904fe36b834a038774b2b7c3cf5757dcd9ef0f9c.tar.bz2
* configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.
(powerpc*-*-cygwin32): New. * configure: Regenerated.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-xbinutils/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/configure b/binutils/configure
index 8c22baa..5c7d502 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -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"
;;