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