import gdb-2000-01-05 snapshot
[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
4XDEPFILES= ser-tcp.o
5XM_CLIBS= -lsocket -lnsl
6
7NAT_FILE= nm-sun4sol2.h
c3f6f71d
JM
8NATDEPFILES= corelow.o core-sol2.o solib.o fork-child.o procfs.o \
9 proc_api.o proc_events.o proc_flags.o proc_why.o
c906108c
SS
10
11# If you are compiling with Sun's compiler, add the -xs option to CC
12# (e.g. `make CC="cc -xs"').
13# Sun's compilers require the -xs option to produce debug information
14# in the final linked executable. Otherwise they leave it in the .o
15# files only, with undocumented pointers to it in the linked executable.
16# This is commented out because we don't assume that the Sun compiler
17# is in use.
18#MH_CFLAGS=-xs
19HOST_IPC=-DBSD_IPC
This page took 0.05638 seconds and 4 git commands to generate.