]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/powerpc/solaris.mh
efc3a1b3a9909fffb3a7752d781276f400518d8a
[thirdparty/binutils-gdb.git] / gdb / config / powerpc / solaris.mh
1 # Host: PowerPC, running Solaris 2
2
3 XM_FILE= xm-solaris.h
4 XDEPFILES= ser-tcp.o
5 XM_CLIBS= -lsocket -lnsl
6
7 NAT_FILE= nm-solaris.h
8 NATDEPFILES= 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
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
19 HOST_IPC=-DBSD_IPC