* configure.in: treat i386-win32 canadian cross the same as
authorJason Molenda <crash@cygnus>
Thu, 31 Aug 1995 04:08:15 +0000 (04:08 +0000)
committerJason Molenda <crash@cygnus>
Thu, 31 Aug 1995 04:08:15 +0000 (04:08 +0000)
        i386-go32 canadian cross.

ChangeLog
configure.in

index d70e3b70bd2327c9e70dd8d8d572afb660fb1e99..4ed0da02003c4623c7811f33480380f3d443b13f 100644 (file)
--- 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  <meissner@tiktok.cygnus.com>
+
+       * 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  <meissner@tiktok.cygnus.com>
 
        * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
index 87564ee6e6cafbdccaba29f06c04b5359daa77e5..d9ddef49e0196c3d7282c4ae9e1cb3745697c219 100644 (file)
@@ -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
 
This page took 0.027253 seconds and 4 git commands to generate.