mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
Mon Nov 2 15:26:33 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: Check cygwin* instead of cygwin32*. * configure: regenerate
This commit is contained in:
parent
97aacc71ed
commit
b93f016bf0
@ -1,3 +1,8 @@
|
||||
Mon Nov 2 15:26:33 1998 Geoffrey Noer <noer@cygnus.com>
|
||||
|
||||
* configure.in: Check cygwin* instead of cygwin32*.
|
||||
* configure: regenerate
|
||||
|
||||
Thu Oct 29 10:04:20 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
|
||||
|
||||
[Support for trace debugging: registers that were not collected.]
|
||||
|
1013
gdb/configure
vendored
1013
gdb/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -538,7 +538,7 @@ AC_ARG_ENABLE(gdbtk,
|
||||
AC_MSG_ERROR(bad value ${enableval} given for gdbtk option) ;;
|
||||
esac],
|
||||
[
|
||||
# Default is on for everything but go32 and cygwin32
|
||||
# Default is on for everything but go32 and Cygwin
|
||||
case "$host" in
|
||||
*go32* | *windows*)
|
||||
;;
|
||||
@ -547,7 +547,7 @@ case "$host" in
|
||||
esac
|
||||
])
|
||||
|
||||
# In the cygwin32 environment, we need some additional flags.
|
||||
# In the Cygwin environment, we need some additional flags.
|
||||
AC_CACHE_CHECK([for cygwin32], gdb_cv_os_cygwin32,
|
||||
[AC_EGREP_CPP(lose, [
|
||||
#ifdef __CYGWIN32__
|
||||
@ -593,7 +593,7 @@ if test "${enable_gdbtk}" = "yes"; then
|
||||
TIXVERSION=4.1.8.0
|
||||
. ${ac_cv_c_tclconfig}/tclConfig.sh
|
||||
case "${host}" in
|
||||
*-*-cygwin32*)
|
||||
*-*-cygwin*)
|
||||
tixdir=../tix/win/tcl8.0
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user