From: Jason Molenda Date: Thu, 31 Aug 1995 04:08:15 +0000 (+0000) Subject: * configure.in: treat i386-win32 canadian cross the same as X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c928c81fb72df4dade3b36935a8e05d3ad58440d;p=binutils-gdb.git * configure.in: treat i386-win32 canadian cross the same as i386-go32 canadian cross. --- diff --git a/ChangeLog b/ChangeLog index d70e3b70bd2..4ed0da02003 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com) + + * configure.in: treat i386-win32 canadian cross the same as + i386-go32 canadian cross. + +Thu Aug 24 14:53:20 1995 Michael Meissner + + * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC + running under the simulator to build a reduced set of libraries. + (powerpc-*-eabiaix): Add fine grained multilib support added to + other powerpc targets yesterday. + Wed Aug 23 09:41:56 1995 Michael Meissner * cfg-ml-com.in (powerpc*): Add support for -disable-biendian, diff --git a/configure.in b/configure.in index 87564ee6e6c..d9ddef49e01 100644 --- a/configure.in +++ b/configure.in @@ -316,7 +316,7 @@ done # Configure extra directories which are host specific case "${host}" in - i[345]86-*-go32*) + i[345]86-*-go32*|i[345]86-*-win32*) configdirs="$configdirs dosrel" ;; esac