diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-03-28 20:54:27 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-03-28 20:54:27 +0000 |
commit | 078aeca489d78e3fcd5c35550efa40966d9b0176 (patch) | |
tree | bba395a537bfcc63bf33224204b39327e296c6a0 | |
parent | 867a58b36825c0970743e3786809048c690c33f9 (diff) | |
download | gdb-078aeca489d78e3fcd5c35550efa40966d9b0176.zip gdb-078aeca489d78e3fcd5c35550efa40966d9b0176.tar.gz gdb-078aeca489d78e3fcd5c35550efa40966d9b0176.tar.bz2 |
* configure.in (sparc64-*-solaris2*): Delete.
Stick with sparc-*-solaris2*.
* configure: Regenerated.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rwxr-xr-x | gdb/configure | 9 | ||||
-rw-r--r-- | gdb/configure.in | 7 |
3 files changed, 19 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2af78d1..441e26a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 28 12:53:19 1996 Doug Evans <dje@canuck.cygnus.com> + + * configure.in (sparc64-*-solaris2*): Delete. + Stick with sparc-*-solaris2*. + * configure: Regenerated. + Thu Mar 28 06:51:26 1996 Fred Fish <fnf@cygnus.com> * valops.c (value_assign): Make copy of internal variable value diff --git a/gdb/configure b/gdb/configure index 2f69a0c..9ff128e 100755 --- a/gdb/configure +++ b/gdb/configure @@ -1946,7 +1946,7 @@ else echo "$ac_t""no" 1>&6 fi - if test $ac_cv_lib_dnet_dnet_ntoa = no; then + if test $ac_cv_lib_dnet = no; then echo $ac_n "checking for -ldnet_stub""... $ac_c" 1>&6 ac_lib_var=`echo dnet_stub_dnet_ntoa | tr '.-/+' '___p'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then @@ -3275,7 +3275,12 @@ sparc-*-*) gdb_target=sun4os4 ;; # Use sparc-em for sparclet for now. sparclet-*-*) gdb_target=sparc-em ;; sparclite*-*-*) gdb_target=sparclite ;; -sparc64-*-solaris2*) gdb_target=sp64sol2 ;; +# It's not clear what the right solution for "v8plus" systems is yet. +# For now, stick with sparc-sun-solaris2 since that's what config.guess +# should return. Work is still needed to get gdb to print the 64 bit +# regs (some of which are usable in v8plus) so sp64sol.mt hasn't been +# deleted though presumably it should be eventually. +#sparc64-*-solaris2*) gdb_target=sp64sol2 ;; sparc64-*-*) gdb_target=sp64 ;; tahoe-*-*) gdb_target=tahoe ;; diff --git a/gdb/configure.in b/gdb/configure.in index 6365fbb..f67b3aa 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -595,7 +595,12 @@ sparc-*-*) gdb_target=sun4os4 ;; # Use sparc-em for sparclet for now. sparclet-*-*) gdb_target=sparc-em ;; sparclite*-*-*) gdb_target=sparclite ;; -sparc64-*-solaris2*) gdb_target=sp64sol2 ;; +# It's not clear what the right solution for "v8plus" systems is yet. +# For now, stick with sparc-sun-solaris2 since that's what config.guess +# should return. Work is still needed to get gdb to print the 64 bit +# regs (some of which are usable in v8plus) so sp64sol.mt hasn't been +# deleted though presumably it should be eventually. +#sparc64-*-solaris2*) gdb_target=sp64sol2 ;; sparc64-*-*) gdb_target=sp64 ;; tahoe-*-*) gdb_target=tahoe ;; |