diff options
author | Stu Grossman <grossman@cygnus> | 1996-11-04 03:19:42 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-11-04 03:19:42 +0000 |
commit | 5707b74f1ad278280529a59fe74622b5a13656a2 (patch) | |
tree | dbd5ef65479e73d231c9e760d9d9103e73e15bc1 /configure.in | |
parent | 0f6e2984246c34e9d30a3e38872314caba23ec10 (diff) | |
download | ppe42-binutils-5707b74f1ad278280529a59fe74622b5a13656a2.tar.gz ppe42-binutils-5707b74f1ad278280529a59fe74622b5a13656a2.zip |
* configure.in (*-*-windows): Exclude everything but those dirs
needed to build windows.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c07d9133e8..b3c03cc812 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" |