mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* configure.in (*-*-windows): Exclude everything but those dirs
needed to build windows.
This commit is contained in:
parent
0f6e298424
commit
5707b74f1a
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user