diff options
author | Stu Grossman <grossman@cygnus> | 1992-09-08 23:06:06 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-09-08 23:06:06 +0000 |
commit | 9f566a28a1039d8be356b680564508f9963f8624 (patch) | |
tree | 9bd15ebf94bfbc55bde470454d640bb349174000 | |
parent | 120f867e0636a90052d5737e7ae6cc798b71cde2 (diff) | |
download | gdb-9f566a28a1039d8be356b680564508f9963f8624.zip gdb-9f566a28a1039d8be356b680564508f9963f8624.tar.gz gdb-9f566a28a1039d8be356b680564508f9963f8624.tar.bz2 |
Switch to ser-bsd.c.
-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 1769007..7d849d6 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 ser-termios.o +XDEPFILES= infptrace.o sparc-xdep.o ser-bsd.o XM_FILE= xm-sun4os4.h |