Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Thu, 5 Feb 1998 00:58:07 +0000 (00:58 +0000)
committerGeoffrey Noer <noer@cygnus>
Thu, 5 Feb 1998 00:58:07 +0000 (00:58 +0000)
        * configure.in: add target-gperf to noconfigdirs for Cygwin32.
        Fix typo in ming config comment.

ChangeLog
configure.in

index e9506b9..941eb14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: add target-gperf to noconfigdirs for Cygwin32.
+       Fix typo in ming config comment.
+
 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * ltconfig, ltmain.sh: Update from libtool 1.0h.
index 4a89ddd..14dd44f 100644 (file)
@@ -604,7 +604,7 @@ case "${target}" in
     target_configdirs="$target_configdirs target-mingw"
     noconfigdirs="$noconfigdirs expect target-libgloss"
 
-    # Can't build gdb for cygwin32 if not native.
+    # Can't build gdb for mingw32 if not native.
     case "${host}" in
       i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
       *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
@@ -613,7 +613,7 @@ case "${target}" in
     ;;    
   *-*-cygwin32)
     target_configdirs="$target_configdirs target-winsup"
-    noconfigdirs="$noconfigdirs target-libgloss"
+    noconfigdirs="$noconfigdirs target-gperf target-libgloss"
     # always build newlib.
     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`