]> Git Repo - binutils.git/commitdiff
* configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.
authorSteve Chamberlain <sac@cygnus>
Thu, 1 Feb 1996 18:08:36 +0000 (18:08 +0000)
committerSteve Chamberlain <sac@cygnus>
Thu, 1 Feb 1996 18:08:36 +0000 (18:08 +0000)
(powerpc*-*-cygwin32): New.
* configure: Regenerated.

binutils/ChangeLog
binutils/configure

index 95c27557c63efc67a4f1ae47439f8c91b8de1c8e..b6a76264ad7418ffe0dfee16ddfd4b79d7df0ac3 100644 (file)
@@ -1,3 +1,9 @@
+Thu Feb  1 09:38:18 1996  Steve Chamberlain  <[email protected]>
+
+       * configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.
+       (powerpc*-*-cygwin32): New.
+       * configure: Regenerated.
+
 Wed Jan 31 13:22:03 1996  Richard Henderson  <[email protected]>
 
        * Makefile.in (distclean): Remove $(DEMANGLER_PROG).1.
@@ -452,7 +458,7 @@ Fri Dec 15 16:30:57 1995  Ian Lance Taylor  <[email protected]>
 Fri Dec 15 07:51:34 1995  steve chamberlain  <[email protected]>
 
        * dlltool.c (fill_ordinals): Start from 1 if no other instructions
-       given.
+       given.
 
 Tue Dec 12 12:05:21 1995  Ian Lance Taylor  <[email protected]>
 
index 8c22baaa678d767dddddb7270137d5071c6c4583..5c7d50256d2937c2f3c5635afa317bb3847f3171 100755 (executable)
@@ -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"
         ;;
This page took 0.052469 seconds and 4 git commands to generate.