~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to h/solaris-i386.defs

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
OFLAG   =  -O
 
3
LIBS    = -lm -lsocket -lnsl
 
4
 
 
5
# tell linker to remember where it got the shared object...
 
6
# should have the same for TCL/TK if you used shared libs..
 
7
X11_LIBS=-Xlinker -R${X11_LIBS_DIR} -L${X11_LIBS_DIR} -lX11
 
8
 
 
9
ODIR_DEBUG=-O4
 
10
 
 
11
#gcc 2.1 and 2.2 compile akcl correctly as far as I have been able to determine.
 
12
#gcc 2.3.3 does not compile akcl correctly
 
13
#gcc 2.4.5 does compile akcl, but does fail on some subsequent tests.
 
14
#gcc 2.5.3 does compile gcl correctly however it has a known bug.
 
15
#gcc 2.6.3 appears to compile gcl ok
 
16
 
 
17
CC = gcc -I${GCLDIR}/o  -DVOL=volatile -fsigned-char
 
18
# static doesn't work with gcl on solaris 2.5 x86  
 
19
# LDCC= ${CC} -static
 
20
ODIR_DEBUG= -O
 
21
 
 
22
#The new optional for money compiler has not been tested recently.
 
23
# it used to fail to compile o/format.o correctly.
 
24
#CC =  /usr/local/lang/cc  -DVOL=  -I$(GCLDIR)/o -Bstatic -temp=. -pipe
 
25
ODIR_DEBUG= -O4
 
26
 
 
27
AS=/usr/ccs/bin/as -P -D__svr4__
 
28
 
 
29
CFLAGS  = -c $(DEFS)  -I../h
 
30
 
 
31
MAIN    = ../o/main.o
 
32
 
 
33
MPFILES=$(MPDIR)/mpi-sol-sparc.o $(MPDIR)/sparcdivul3.o $(MPDIR)/libmport.a
 
34
MPFILES=${MPDIR}/mpi.o $(MPDIR)/libmport.a
 
35
 
 
36
RSYM    = rsym
 
37
SFASL   = $(ODIR)/sfasl.o
 
38
 
 
39
# This function will be run before dumping.
 
40
# When using SFASL it is good to have (si::build-symbol-table)
 
41
INITFORM=(si::build-symbol-table)
 
42
 
 
43
GNULIB1=
 
44
 
 
45
# Use symbolic links
 
46
SYMB=-s
 
47
# the  make to use for saved_kcp the profiler.
 
48
KCP=kcp-sun
 
49
 
 
50
NULLFILE = ../h/secondary_sun_magic
 
51
# no ranlib so use dummy
 
52
RANLIB=true
 
53
# use the sun ar
 
54
AR=/usr/ccs/bin/ar qc
 
55