* config/mips/idt.mt: Add support for the lsi33k target.
[deliverable/binutils-gdb.git] / gdb / config / sparc / sun4sol2.mh
CommitLineData
5076de82 1# Host: Sun 4 or Sparcstation, running Solaris 2
7f4a859c 2
5076de82 3XM_FILE= xm-sun4sol2.h
04697040 4XDEPFILES= ser-tcp.o
13b464b2 5XM_CLIBS= -lsocket -lnsl
7f4a859c 6
5076de82 7NAT_FILE= nm-sysv4.h
b5bfe299 8NATDEPFILES= corelow.o core-sol2.o solib.o procfs.o fork-child.o
5076de82 9
5076de82
FF
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.
13TERMCAP=-ltermlib
14
15# Solaris-2 makes `install' optional in the Berkeley compatability pkg.
16# cp will do fine.
17INSTALL = cp
18
19# If you are compiling with Sun's compiler, add the -xs option to CC
20# (e.g. `make CC="cc -xs"').
21# Sun's compilers require the -xs option to produce debug information
22# in the final linked executable. Otherwise they leave it in the .o
23# files only, with undocumented pointers to it in the linked executable.
24# This is commented out because we don't assume that the Sun compiler
25# is in use.
26#MH_CFLAGS=-xs
f2e349a2 27HOST_IPC=-DBSD_IPC
This page took 0.112327 seconds and 4 git commands to generate.