diff options
author | John Gilmore <gnu@cygnus> | 1992-09-02 08:52:53 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-02 08:52:53 +0000 |
commit | ea25a59aaca17316841cb4927cbbe0cda729a85b (patch) | |
tree | ac43ee70f82afc9ca9d09bfe36492270d3adaa5e | |
parent | b52373a2b12f6dfeda4d9b63b33458c8776c01ac (diff) | |
download | gdb-ea25a59aaca17316841cb4927cbbe0cda729a85b.zip gdb-ea25a59aaca17316841cb4927cbbe0cda729a85b.tar.gz gdb-ea25a59aaca17316841cb4927cbbe0cda729a85b.tar.bz2 |
* config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files
should include a ser-XXX.o module.
* 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.*).
-rw-r--r-- | gdb/config/sun4os4.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sun4os4.mh b/gdb/config/sun4os4.mh index d83d0ed..1769007 100644 --- a/gdb/config/sun4os4.mh +++ b/gdb/config/sun4os4.mh @@ -1,3 +1,3 @@ # Host: Sun 4 or Sparcstation, running SunOS 4 -XDEPFILES= infptrace.o sparc-xdep.o +XDEPFILES= infptrace.o sparc-xdep.o ser-termios.o XM_FILE= xm-sun4os4.h |