diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-17 00:32:25 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-17 00:32:25 +0000 |
commit | 7f4a859c429e6e15378d3d5ead436434a5f52166 (patch) | |
tree | d1666a012ced9deb7ed7faf82824954cb23712f2 /gdb/config/sparc | |
parent | ab8b59f441b94580f923a3021e2f8c6c15f5a268 (diff) | |
download | gdb-7f4a859c429e6e15378d3d5ead436434a5f52166.zip gdb-7f4a859c429e6e15378d3d5ead436434a5f52166.tar.gz gdb-7f4a859c429e6e15378d3d5ead436434a5f52166.tar.bz2 |
* config/i386/{i386aix.mh, i386bsd.mh, i386lynx.mh, i386sco.mh,
i386sco4.mh, i386sol2.mh, i386v.mh, i386v32.mh, i386v4.mh,
ncr3000.mh, ptx.mh, ptx4.mh}, config/m68k/{altos.mh, apollo68v.mh,
delta68.mh, dpx2.mh, hp300bsd.mh, hp300hpux.mh, m68klynx.mh,
m68kv4.mh}, config/m88k/{delta88.mh, delta88v4.mh},
config/mips/riscos.mh, config/pa/hppahpux.mh,
config/sparc/{sparclynx.mh, sun4sol2.mh}, config/tahoe/tahoe.mh,
config/vax/{vaxbsd.mh, vaxult.mh, vaxult2.mh} (REGEX, REGEX1,
SYSV_DEFINE): No longer define.
* config/i386/i386sco4.mh (MUNCH_DEFINE): No longer define.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/sparclynx.mh | 7 | ||||
-rw-r--r-- | gdb/config/sparc/sun4sol2.mh | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gdb/config/sparc/sparclynx.mh b/gdb/config/sparc/sparclynx.mh index b7bba6e..6fddddd 100644 --- a/gdb/config/sparc/sparclynx.mh +++ b/gdb/config/sparc/sparclynx.mh @@ -1,10 +1,11 @@ # Host: Sparc running LynxOS + XM_FILE= xm-sparclynx.h -XM_CLIBS= -lbsd XDEPFILES= ser-tcp.o +XM_CLIBS= -lbsd + NAT_FILE= nm-sparclynx.h NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o lynx-nat.o -REGEX=regex.o -REGEX1=regex.o + GDBSERVER_LIBS= -lbsd GDBSERVER_DEPFILES= low-lynx.o diff --git a/gdb/config/sparc/sun4sol2.mh b/gdb/config/sparc/sun4sol2.mh index 7a7fb93a..1d439e7 100644 --- a/gdb/config/sparc/sun4sol2.mh +++ b/gdb/config/sparc/sun4sol2.mh @@ -1,12 +1,11 @@ # Host: Sun 4 or Sparcstation, running Solaris 2 -XDEPFILES= + XM_FILE= xm-sun4sol2.h +XDEPFILES= XM_CLIBS= -lsocket -lnsl + NAT_FILE= nm-sysv4.h NATDEPFILES= corelow.o core-sol2.o exec.o solib.o procfs.o fork-child.o -SYSV_DEFINE=-DSYSV -REGEX=regex.o -REGEX1=regex.o # SVR4 comes standard with terminfo, and in some implementations, the # old termcap descriptions are incomplete. So ensure that we use the |