Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / gdb / config / powerpc / solaris.mh
CommitLineData
c906108c
SS
1# Host: PowerPC, running Solaris 2
2
3XM_FILE= xm-solaris.h
4XDEPFILES= ser-tcp.o
5XM_CLIBS= -lsocket -lnsl
6
7NAT_FILE= nm-solaris.h
8NATDEPFILES= corelow.o core-sol2.o solib.o procfs.o fork-child.o
9
10# If you are compiling with Sun's compiler, add the -xs option to CC
11# (e.g. `make CC="cc -xs"').
12# Sun's compilers require the -xs option to produce debug information
13# in the final linked executable. Otherwise they leave it in the .o
14# files only, with undocumented pointers to it in the linked executable.
15# This is commented out because we don't assume that the Sun compiler
16# is in use.
17#MH_CFLAGS=-xs
18HOST_IPC=-DBSD_IPC
This page took 0.023379 seconds and 4 git commands to generate.