mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
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:
@ -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>
|
Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
* configure.in: Added gnuserv everywhere sn appears.
|
* configure.in: Added gnuserv everywhere sn appears.
|
||||||
|
@ -463,8 +463,8 @@ case "${target}" in
|
|||||||
|
|
||||||
# Can't build gdb for cygwin32 if not native.
|
# Can't build gdb for cygwin32 if not native.
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-cygwin32) ;; # keep gdb
|
*-*-cygwin32) ;; # keep gdb tcl tk expect
|
||||||
*) noconfigdirs="$noconfigdirs gdb"
|
*) noconfigdirs="$noconfigdirs gdb tcl tk expect"
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-pe)
|
i[3456]86-*-pe)
|
||||||
|
Reference in New Issue
Block a user