* configure.in (*-*-windows): Exclude everything but those dirs
authorStu Grossman <grossman@cygnus>
Mon, 4 Nov 1996 03:19:42 +0000 (03:19 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 4 Nov 1996 03:19:42 +0000 (03:19 +0000)
needed to build windows.

ChangeLog
configure.in

index c237d869a5410c442bec69f51269af7ee23bcdee..be46da4aabb4d59dc463236fa6059edf93951613 100644 (file)
--- 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  <dje@canuck.cygnus.com>
 
        * Makefile.in (all-target-winsup): Depend on all-target-librx.
index c07d9133e84f760c4e78b00474b1f2d211d9e4f8..b3c03cc812d87a13ea2c337cf67df79a53e25c7a 100644 (file)
@@ -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"