]> Git Repo - binutils.git/blame - gdb/config/sparc/sun4sol2.mh
Commit again, CVS botched this last time.
[binutils.git] / gdb / config / sparc / sun4sol2.mh
CommitLineData
5076de82
FF
1# Host: Sun 4 or Sparcstation, running Solaris 2
2XDEPFILES=
3XM_FILE= xm-sun4sol2.h
13b464b2 4XM_CLIBS= -lsocket -lnsl
5076de82 5NAT_FILE= nm-sysv4.h
5c3f264f 6NATDEPFILES= corelow.o core-sol2.o exec.o solib.o procfs.o fork-child.o
5076de82
FF
7SYSV_DEFINE=-DSYSV
8REGEX=regex.o
9REGEX1=regex.o
10
5076de82
FF
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.
14TERMCAP=-ltermlib
15
16# Solaris-2 makes `install' optional in the Berkeley compatability pkg.
17# cp will do fine.
18INSTALL = 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
f2e349a2 28HOST_IPC=-DBSD_IPC
This page took 0.187413 seconds and 4 git commands to generate.