Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Sat, 31 Jan 1998 01:23:12 +0000 (01:23 +0000)
committerGeoffrey Noer <noer@cygnus>
Sat, 31 Jan 1998 01:23:12 +0000 (01:23 +0000)
        * configure.in: Remove expect from noconfigdirs when target
        is cygwin32.  OK to build expect and dejagnu with Canadian
        Cross.

ChangeLog
configure.in

index f609f9cb2d968f690f4c093597aca3d9edc689e1..69e7cfc43810eb844139c5bb01a17824b46adc44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: Remove expect from noconfigdirs when target
+        is cygwin32.  OK to build expect and dejagnu with Canadian
+        Cross.
+
 start-sanitize-sky
 Wed Jan 28 11:59:32 1998  Doug Evans  <devans@canuck.cygnus.com>
 
@@ -7,6 +13,9 @@ Wed Jan 28 11:59:32 1998  Doug Evans  <devans@canuck.cygnus.com>
 end-sanitize-sky
 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
 
+       * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
+       host.
+
        * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
        and mingw32.
 
index fa52be021a904bb0eaa77bad1871401515a384c2..32a6b597601565f138f05c574943f2a16576418d 100644 (file)
@@ -611,7 +611,7 @@ case "${target}" in
     ;;    
   *-*-cygwin32)
     target_configdirs="$target_configdirs target-winsup"
-    noconfigdirs="$noconfigdirs expect target-libgloss"
+    noconfigdirs="$noconfigdirs target-libgloss"
     # always build newlib.
     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
 
@@ -799,12 +799,6 @@ case "${noconfigdirs}" in
   *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
 esac
 
-# If we are building a Canadian Cross, discard tools that can not be built
-# using a cross compiler.  FIXME: These tools should be fixed.
-if [ "${build}" != "${host}" ]; then
-  noconfigdirs="$noconfigdirs expect dejagnu"
-fi
-
 # Make sure we don't let GNU ld be added if we didn't want it.
 if [ x$with_gnu_ld = xno ]; then
   use_gnu_ld=no
This page took 0.02928 seconds and 4 git commands to generate.