From 53b0f196ac7ed30d86b391e6fa46265f0e2f4f5a Mon Sep 17 00:00:00 2001 From: Geoffrey Noer Date: Thu, 5 Feb 1998 00:58:07 +0000 Subject: [PATCH] Wed Feb 4 16:53:58 1998 Geoffrey Noer * configure.in: add target-gperf to noconfigdirs for Cygwin32. Fix typo in ming config comment. --- ChangeLog | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9506b92e9b..941eb146108 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 4 16:53:58 1998 Geoffrey Noer + + * 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 * ltconfig, ltmain.sh: Update from libtool 1.0h. diff --git a/configure.in b/configure.in index 4a89ddd36d1..14dd44f20ed 100644 --- a/configure.in +++ b/configure.in @@ -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 / /'` -- 2.30.2