blob: eecc278e74f36c53ce6c6f31f2e7ea783e6040d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
TARGMODEL= Posix
TARGSHTYPE= sh
CPUS= sparc
O= o
OS= o
AR= ar
ARFLAGS= cvru
YACC= yacc
YFLAGS= -d
AS= gcc
ASFLAGS= -c
CC=gcc
CFLAGS= -c\
-g\
-O\
-munaligned-doubles\
-threads\
-Wimplicit\
-I$ROOT/Solaris/sparc/include\
-I$ROOT/include\
-I/usr/openwin/share/include\
ANSICPP=
LD= gcc
LDFLAGS=-L/usr/openwin/lib\
SYSLIBS=
EMULIBS= -lthread -lsocket -lm -lX11 -lXext -lnsl -lposix4
# use the following settings in order to use the native sun C compiler
# rather than gcc.
# this has not been tested in this release.
# AS= cc
# ASFLAGS= -c
#
# CC= cc
# CFLAGS= -c\
# -mt\
# -g\
# -w\
# -xCC \
# -Xa\
# -I$ROOT/Solaris/sparc/include\
# -I$ROOT/include\
# -I/usr/openwin/share/include\
#
# LD= cc
# LDFLAGS= -mt\
# -L/usr/openwin/lib\
#
# SYSLIBS=
# EMULIBS= -lsunmath -lsocket -lm -lX11 -lXext -lnsl -lposix4
|