aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-09-02 08:51:17 +0000
committerJohn Gilmore <gnu@cygnus>1992-09-02 08:51:17 +0000
commitb52373a2b12f6dfeda4d9b63b33458c8776c01ac (patch)
treea226394736904b7569d4ef79dede51b288a91cd8 /gdb/configure.in
parente1313d24bc39a7854b88274d2a6700085d2723a4 (diff)
downloadgdb-b52373a2b12f6dfeda4d9b63b33458c8776c01ac.zip
gdb-b52373a2b12f6dfeda4d9b63b33458c8776c01ac.tar.gz
gdb-b52373a2b12f6dfeda4d9b63b33458c8776c01ac.tar.bz2
* ser-termios.c, ser-go32.c: Remove DEFUN crap, clean up.
* serial.h (EXFUN): Remove all uses, convert to PARAMS. * config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files should include a ser-XXX.o module. * dbxread.c (elfstab_build_psymtabs): Remove DEFUN crap. * defs.h, i960-pinsn.c, remote-hms.c: Replace CONST with simple const. * configure.in: Map unrecognized sun 68k's, sun sparcs, into known suns in configure.in, rather than mapping them to unique config files that happen to duplicate other config files. * config/sun3.{mh,mt}: Remove (use identical sun3os4.*). * config/sun4.{mh,mt}: Remove (use identical sun4os4.*).
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 8c68e72..23ffb9e 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -54,7 +54,7 @@ m68k-sony-*) gdb_host=news ;;
m68k-sun-sunos3*) gdb_host=sun3os3 ;;
m68k-sun-sunos4*) gdb_host=sun3os4 ;;
-m68k-sun-*) gdb_host=sun3 ;;
+m68k-sun-*) gdb_host=sun3os4 ;;
m88k-motorola-*) gdb_host=delta88 ;;
m88k-*-*) gdb_host=m88k ;;
@@ -82,7 +82,7 @@ rs6000-*-*) gdb_host=rs6000 ;;
sparc-*-solaris2*) gdb_host=sun4sol2 ;;
sparc-*-sunos4*) gdb_host=sun4os4 ;;
-sparc-*-*) gdb_host=sun4 ;;
+sparc-*-*) gdb_host=sun4os4 ;;
tahoe-*-*) gdb_host=tahoe ;;
@@ -169,7 +169,6 @@ m68k-isi-*) gdb_target=isi ;;
m68k-netx-*) gdb_target=vxworks68 ;;
m68k-sony-*) gdb_target=news ;;
-m68k-sun-*) gdb_target=sun3 ;;
m68k-*-aout) gdb_target=m68k-un ;;
m68k-*-coff) gdb_target=m68k-noun ;;
@@ -212,7 +211,7 @@ sparc-*-elf) gdb_target=sparc-noun ;;
sparc-*-solaris2*) gdb_target=sun4sol2 ;;
sparc-*-sunos4*) gdb_target=sun4os4 ;;
sparc-*-vxworks*) gdb_target=sparc-un ;;
-sparc-*-*) gdb_target=sun4 ;;
+sparc-*-*) gdb_target=sun4os4 ;;
tahoe-*-*) gdb_target=tahoe ;;
vax-*-*) gdb_target=vax ;;