Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>

* configure.in: if target is cygwin32 but host isn't cygwin32,
        don't configure gdb tcl tk expect, not just gdb.
This commit is contained in:
Geoffrey Noer 1997-04-23 00:21:55 +00:00
parent 2c27ef7817
commit 6fa28e001e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
* configure.in: if target is cygwin32 but host isn't cygwin32,
don't configure gdb tcl tk expect, not just gdb.
Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
* configure.in: Added gnuserv everywhere sn appears.

View File

@ -463,8 +463,8 @@ case "${target}" in
# Can't build gdb for cygwin32 if not native.
case "${host}" in
*-*-cygwin32) ;; # keep gdb
*) noconfigdirs="$noconfigdirs gdb"
*-*-cygwin32) ;; # keep gdb tcl tk expect
*) noconfigdirs="$noconfigdirs gdb tcl tk expect"
esac
;;
i[3456]86-*-pe)