diff options
author | K. Richard Pixley <rich@cygnus> | 1993-06-09 20:00:52 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-06-09 20:00:52 +0000 |
commit | 0b3556feb1b26609c20f113bb373380ee084de9e (patch) | |
tree | 3237a5c9908d07d3e8ac33c7bd90114a4fa08b77 | |
parent | fa48972a7d4322af46d3f36fd328d21fcddda79d (diff) | |
download | fsf-binutils-gdb-0b3556feb1b26609c20f113bb373380ee084de9e.zip fsf-binutils-gdb-0b3556feb1b26609c20f113bb373380ee084de9e.tar.gz fsf-binutils-gdb-0b3556feb1b26609c20f113bb373380ee084de9e.tar.bz2 |
drop minimon support
-rw-r--r-- | gdb/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/config/a29k/a29k.mt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f62e154..fe6b71c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Wed Jun 9 12:56:58 1993 K. Richard Pixley (rich@cygnus.com) + * config/a29k/a29k.mt (TDEPFILES): drop minimon support. It + doesn't compile on solaris and is now obsolete. + * config/sparc/sun4os4.mh (XM_CLIBS): remove -lresolv. This breaks stock sunos installations. diff --git a/gdb/config/a29k/a29k.mt b/gdb/config/a29k/a29k.mt index cd947dc..33a552e 100644 --- a/gdb/config/a29k/a29k.mt +++ b/gdb/config/a29k/a29k.mt @@ -3,8 +3,7 @@ # that will be able to communicate over a serial line with either an # EB board (remote-eb.c), # Adapt (remote-adapt.c), -# or a MiniMon debugger (remote-mm.c). # Or run native on an Ultracomputer. -TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-eb.o remote-mm.o remote-adapt.o +TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-eb.o remote-adapt.o TM_FILE= tm-a29k.h MT_CFLAGS = -DNO_HIF_SUPPORT |