]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/sparc/sun4os4.mh
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / config / sparc / sun4os4.mh
1 # Host: Sun 4 or Sparcstation, running SunOS 4
2 XDEPFILES= ser-tcp.o
3 XM_FILE= xm-sun4os4.h
4 NAT_FILE= nm-sun4os4.h
5 NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o
6 HOST_IPC=-DBSD_IPC
7 GDBSERVER_DEPFILES= low-sparc.o
8 # Setting XM_CLIBS=-lresolv would let us use the DNS, but that would screw
9 # anyone who wants to use NIS, which includes at least one Cygnus customer
10 # (PR 3593). So leave it this way until/unless we find a resolver which can
11 # get names from either DNS or NIS from the same GDB binary.