]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/sparc/sun4sol2.mh
2002-01-03 Michael Snyder <msnyder@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / config / sparc / sun4sol2.mh
1 # Host: Sun 4 or Sparcstation, running Solaris 2
2
3 XM_FILE= xm-sun4sol2.h
4 XDEPFILES=
5 XM_CLIBS= -lsocket -lnsl
6
7 NAT_FILE= nm-sun4sol2.h
8 NATDEPFILES= corelow.o core-sol2.o solib.o solib-svr4.o solib-legacy.o \
9 fork-child.o procfs.o gcore.o \
10 proc-api.o proc-events.o proc-flags.o proc-why.o
11
12 # /usr/include/v9 is needed only by core-sol2.c when including
13 # v9/sys/privregs.h, or rather the headers it in turn includes.
14 MH_CFLAGS=-I/usr/include/v9
15 # If you are compiling with Sun's compiler, add the -xs option to CC
16 # (e.g. `make CC="cc -xs"').
17 # Sun's compilers require the -xs option to produce debug information
18 # in the final linked executable. Otherwise they leave it in the .o
19 # files only, with undocumented pointers to it in the linked executable.
20 # This is commented out because we don't assume that the Sun compiler
21 # is in use.
22 #MH_CFLAGS=-xs -I/usr/include/v9
23 HOST_IPC=-DBSD_IPC