* core-sol2.c: New file to handle ELF and BCP core file flavours.
[deliverable/binutils-gdb.git] / gdb / config / sparc / sun4sol2.mh
1 # Host: Sun 4 or Sparcstation, running Solaris 2
2 XDEPFILES=
3 XM_FILE= xm-sun4sol2.h
4 XM_CLIBS= -lsocket -lnsl
5 NAT_FILE= nm-sysv4.h
6 NATDEPFILES= corelow.o core-sol2.o exec.o solib.o procfs.o fork-child.o
7 SYSV_DEFINE=-DSYSV
8 REGEX=regex.o
9 REGEX1=regex.o
10
11 # SVR4 comes standard with terminfo, and in some implementations, the
12 # old termcap descriptions are incomplete. So ensure that we use the
13 # new terminfo interface and latest terminal descriptions.
14 TERMCAP=-ltermlib
15
16 # Solaris-2 makes `install' optional in the Berkeley compatability pkg.
17 # cp will do fine.
18 INSTALL = cp
19
20 # If you are compiling with Sun's compiler, add the -xs option to CC
21 # (e.g. `make CC="cc -xs"').
22 # Sun's compilers require the -xs option to produce debug information
23 # in the final linked executable. Otherwise they leave it in the .o
24 # files only, with undocumented pointers to it in the linked executable.
25 # This is commented out because we don't assume that the Sun compiler
26 # is in use.
27 #MH_CFLAGS=-xs
28 HOST_IPC=-DBSD_IPC
This page took 0.038684 seconds and 5 git commands to generate.