]> Git Repo - binutils.git/blob - gdb/config/powerpc/solaris.mh
move stub.c up to main dir
[binutils.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 procfs.o fork-child.o
9
10 # SVR4 comes standard with terminfo, and in some implementations, the
11 # old termcap descriptions are incomplete.  So ensure that we use the
12 # new terminfo interface and latest terminal descriptions.
13 TERMCAP=-ltermlib
14
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
23 HOST_IPC=-DBSD_IPC
This page took 0.025954 seconds and 4 git commands to generate.