* config/sun4sol2.mh: Remove -xs flag, default INSTALL to cp.
[deliverable/binutils-gdb.git] / gdb / config / sun4sol2.mh
CommitLineData
bf2e5f6b
JG
1# Host: Sun 4 or Sparcstation, running Solaris 2
2XDEPFILES= procfs.o
93297ea0 3XM_FILE= xm-sun4sol2.h
bf2e5f6b
JG
4SYSV_DEFINE=-DSYSV
5REGEX=regex.o
6REGEX1=regex.o
7
8# We need to find alloca() somewhere. Gcc has one built in, but most other
9# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
10# we have to be careful not to pull in anything else from the library (lots
11# of things are broken in most SVR4 versions). The best solution is to just
12# compile alloca.c and link it into the executable. If we end up not needing
13# it, then the code is just dead. Once alloca.c moves to libiberty, then we
14# can eliminate this semi-kludge.
15####ALLOCA=alloca.o
16####ALLOCA1=alloca.o
17
18# SVR4 comes standard with terminfo, and in some implementations, the
19# old termcap descriptions are incomplete. So ensure that we use the
20# new terminfo interface and latest terminal descriptions.
21TERMCAP=-ltermlib
22
49f3be18
JG
23# Solaris-2 makes `install' optional in the Berkeley compatability pkg.
24# cp will do fine.
25INSTALL = cp
bf2e5f6b 26
49f3be18
JG
27# If you are compiling with Sun's compiler, add the -xs option to CC
28# (e.g. `make CC="cc -xs"').
bf2e5f6b
JG
29# Sun's compilers require the -xs option to produce debug information
30# in the final linked executable. Otherwise they leave it in the .o
31# files only, with undocumented pointers to it in the linked executable.
49f3be18
JG
32# This is commented out because we don't assume that the Sun compiler
33# is in use.
34#MH_CFLAGS=-xs
This page took 0.027844 seconds and 4 git commands to generate.