diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-02-14 05:48:40 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-02-14 05:48:40 +0000 |
commit | 4cc841d043e50739f0f98baaec7ed806984805be (patch) | |
tree | 78031eab9d9dbc953880c308ef3677c8663e900c /gdb/config/sparc/sun4os4.mh | |
parent | a85f51e7ac4f6c295077d022e9383d286a9727a4 (diff) | |
download | binutils-4cc841d043e50739f0f98baaec7ed806984805be.zip binutils-4cc841d043e50739f0f98baaec7ed806984805be.tar.gz binutils-4cc841d043e50739f0f98baaec7ed806984805be.tar.bz2 |
2002-02-14 Daniel Jacobowitz <drow@mvista.com>
* config/arm/linux.mt: Update GDBSERVER_DEPFILES.
* config/i386/linux.mt: Likewise.
* config/ia64/linux.mt: Likewise.
* config/m68k/linux.mh: Likewise.
* config/powerpc/linux.mh: Likewise.
* config/mips/linux.mt: Likewise.
* config/sh/linux.mt: Add GDBSERVER_DEPFILES.
* config/i386/i386lynx.mh: Mark gdbserver variables
as (currently) obsolete for this target.
* config/i386/nbsd.mt: Likewise.
* config/i386/nbsdelf.mt: Likewise.
* config/m32r/m32r.mt: Likewise.
* config/m68k/m68klynx.mh: Likewise.
* config/m68k/nbsd.mt: Likewise.
* config/m68k/sun3os4.mh: Likewise.
* config/mips/vr5000.mt: Likewise.
* config/ns32k/nbsd.mt: Likewise.
* config/pa/hppabsd.mh: Likewise.
* config/pa/hppaosf.mh: Likewise.
* config/powerpc/nbsd.mt: Likewise.
* config/rs6000/rs6000lynx.mh: Likewise.
* config/s390/s390.mt: Likewise.
* config/s390/s390x.mt: Likewise.
* config/sparc/sparclynx.mh: Likewise.
* config/sparc/sun4os4.mh: Likewise.
* config/i386/x86-64linux.mt: Likewise.
* config/sparc/linux.mh: Likewise.
Diffstat (limited to 'gdb/config/sparc/sun4os4.mh')
-rw-r--r-- | gdb/config/sparc/sun4os4.mh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/sparc/sun4os4.mh b/gdb/config/sparc/sun4os4.mh index a21ad6b..516be36 100644 --- a/gdb/config/sparc/sun4os4.mh +++ b/gdb/config/sparc/sun4os4.mh @@ -2,7 +2,9 @@ NAT_FILE= nm-sun4os4.h NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o HOST_IPC=-DBSD_IPC -GDBSERVER_DEPFILES= low-sparc.o + +## OBSOLETE ## GDBSERVER_DEPFILES= low-sparc.o + # Setting XM_CLIBS=-lresolv would let us use the DNS, but that would screw # anyone who wants to use NIS, which includes at least one Cygnus customer # (PR 3593). So leave it this way until/unless we find a resolver which can |