From 5707b74f1ad278280529a59fe74622b5a13656a2 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Mon, 4 Nov 1996 03:19:42 +0000 Subject: [PATCH] * configure.in (*-*-windows): Exclude everything but those dirs needed to build windows. --- ChangeLog | 5 +++++ configure.in | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c237d869a54..be46da4aabb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com) + + * configure.in (*-*-windows): Exclude everything but those dirs + needed to build windows. + Tue Oct 29 16:41:31 1996 Doug Evans * Makefile.in (all-target-winsup): Depend on all-target-librx. diff --git a/configure.in b/configure.in index c07d9133e84..b3c03cc812d 100644 --- a/configure.in +++ b/configure.in @@ -382,7 +382,9 @@ case "${host}" in noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet" ;; *-*-windows*) - noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet mmalloc" +# This is only used to build WinGDB... + configdirs="bfd gdb libiberty opcodes readline sim" + target_configdirs= ;; ppc*-*-pe) noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet" -- 2.30.2