From: Steve Chamberlain Date: Fri, 29 Sep 1995 00:41:15 +0000 (+0000) Subject: * configure.in (host i[345]86-*-win32): Reduce the X-Git-Tag: gdb-4_18~10712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e6dfd96764a0d905f7987bb5a9676db62d04f41;p=platform%2Fupstream%2Fbinutils.git * configure.in (host i[345]86-*-win32): Reduce the noconfigdirs again. --- diff --git a/ChangeLog b/ChangeLog index 416b1be..9b202dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 28 17:39:56 1995 steve chamberlain + + * configure.in (host i[345]86-*-win32): Reduce the + noconfigdirs again. + Wed Sep 27 12:24:00 1995 Ian Lance Taylor * configure.in: Don't configure ld and gdb for powerpc*-*-winnt* diff --git a/configure.in b/configure.in index 9cfe5cf..ef514af 100644 --- a/configure.in +++ b/configure.in @@ -334,7 +334,7 @@ case "${host}" in noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff" ;; i[345]86-*-win32) - noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff gdb readline" + noconfigdirs="tk dejagnu texinfo send-pr gprof" ;; esac