diff options
author | Rob Savoye <rob@cygnus> | 1995-02-06 22:00:10 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-02-06 22:00:10 +0000 |
commit | 046970407bd6668940d3c88e8f00e9610cb2a76e (patch) | |
tree | 622c2f88c487d1d0e61e6e7c7474ea87e246e19c /gdb/config | |
parent | 16b3ea5edd01b06f698e43b6c45fa1e6577498d3 (diff) | |
download | gdb-046970407bd6668940d3c88e8f00e9610cb2a76e.zip gdb-046970407bd6668940d3c88e8f00e9610cb2a76e.tar.gz gdb-046970407bd6668940d3c88e8f00e9610cb2a76e.tar.bz2 |
* config/mips/idt.mt: Add support for the lsi33k target.
* config/sparc/sun4sol2.mh: Add support for ser-tcp.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/idt.mt | 2 | ||||
-rw-r--r-- | gdb/config/sparc/sun4sol2.mh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/mips/idt.mt b/gdb/config/mips/idt.mt index b2bf0a0..82411d3 100644 --- a/gdb/config/mips/idt.mt +++ b/gdb/config/mips/idt.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-tdep.o remote-mips.o ser-tcp.o monitor.o array-rom.o +TDEPFILES= mips-tdep.o remote-mips.o monitor.o array-rom.o TM_FILE= tm-idt.h diff --git a/gdb/config/sparc/sun4sol2.mh b/gdb/config/sparc/sun4sol2.mh index cb06ecb..60e3673 100644 --- a/gdb/config/sparc/sun4sol2.mh +++ b/gdb/config/sparc/sun4sol2.mh @@ -1,7 +1,7 @@ # Host: Sun 4 or Sparcstation, running Solaris 2 XM_FILE= xm-sun4sol2.h -XDEPFILES= +XDEPFILES= ser-tcp.o XM_CLIBS= -lsocket -lnsl NAT_FILE= nm-sysv4.h |