/[gcl]/gcl/h/FreeBSD.defs
ViewVC logotype

Diff of /gcl/h/FreeBSD.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by wfs, Mon Dec 6 22:44:02 1999 UTC revision 1.2 by camm, Fri Nov 1 04:09:34 2002 UTC
# Line 4  Line 4 
4    
5  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
6    
7  OFLAG   = -O2 -pipe  OFLAG   = -pipe -O2
8  LIBS    = -lm  CFLAGS  = -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o -I/usr/local/lib/gcl-2.0/h -fsigned-char -I/usr/local/lib
9    LIBS    = -lm -L/usr/local/lib
10  ODIR_DEBUG=  ODIR_DEBUG=
11  NULLFILE=../h/twelve_null  NULLFILE=../h/twelve_null
12    
# Line 13  NULLFILE=../h/twelve_null Line 14  NULLFILE=../h/twelve_null
14  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
15  # lisp files.  # lisp files.
16    
17  CC = gcc -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o -I/usr/local/lib/gcl-2.0/h -fsigned-char  CC = gcc
18    
19  LDCC = $(CC) -static  LDCC = $(CC) -static
20    
# Line 24  GNULIB1=/usr/lib/libgcc.a Line 25  GNULIB1=/usr/lib/libgcc.a
25  # Enable the fastloading mechanism which does not use ld -A  # Enable the fastloading mechanism which does not use ld -A
26  # requires c/rel_.. machine dependent code.  # requires c/rel_.. machine dependent code.
27  RSYM    = rsym  RSYM    = rsym
28    ifneq ($(findstring bfd,$(LIBS)),)
29    RSYM    =
30    endif
31  SFASL   = $(ODIR)/sfasl.o  SFASL   = $(ODIR)/sfasl.o
32    
33  # When using SFASL it is good to have (si::build-symbol-table)  # When using SFASL it is good to have (si::build-symbol-table)

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26