diff options
author | Steve Chamberlain <sac@cygnus> | 1996-02-01 18:08:36 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1996-02-01 18:08:36 +0000 |
commit | 904fe36b834a038774b2b7c3cf5757dcd9ef0f9c (patch) | |
tree | 3492042f34069580365789a1f7a0c67cfbc21f48 | |
parent | 4ad702532863789ba2a4fe9dc9cbe0cb2bc80e3a (diff) | |
download | gdb-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.
-rw-r--r-- | binutils/ChangeLog | 8 | ||||
-rwxr-xr-x | binutils/configure | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 95c2755..b6a7626 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 1 09:38:18 1996 Steve Chamberlain <sac@slash.cygnus.com> + + * 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 <rth@tamu.edu> * Makefile.in (distclean): Remove $(DEMANGLER_PROG).1. @@ -452,7 +458,7 @@ Fri Dec 15 16:30:57 1995 Ian Lance Taylor <ian@cygnus.com> Fri Dec 15 07:51:34 1995 steve chamberlain <sac@slash.cygnus.com> * dlltool.c (fill_ordinals): Start from 1 if no other instructions - given. + given. Tue Dec 12 12:05:21 1995 Ian Lance Taylor <ian@cygnus.com> 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" ;; |