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

Diff of /gcl/h/linux.defs

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

revision 1.2 by camm, Sat Jul 20 07:10:55 2002 UTC revision 1.3 by camm, Mon Aug 5 20:36:08 2002 UTC
# Line 11  Line 11 
11  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
12    
13  #OFLAG  =  -g -Wall  #OFLAG  =  -g -Wall
14  OFLAG   =  -O4 -Wall  OFLAG   =  -O6 -Wall -fomit-frame-pointer
15  #LIBS   = -lm  #LIBS   = -lm
16    
17  ODIR_DEBUG= -O4 -Wall  ODIR_DEBUG= -O6 -Wall  -fomit-frame-pointer
18  #ODIR_DEBUG= -g -Wall  #ODIR_DEBUG= -g -Wall
19    
20  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
21  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
22  # lisp files.  # lisp files.
23  # (the -pipe is just since our file system is slow..)  # (the -pipe is just since our file system is slow..)
24  CC = ${GCC} -pipe -fwritable-strings  -DVOL=volatile -I$(GCLDIR)/o -fsigned-char -Wall $(EXTRA_CFLAGS)  CC = ${GCC} -pipe -fwritable-strings  -DVOL=volatile -I$(GCLDIR)/o -fsigned-char -Wall $(EXTRA_CFLAGS) -fomit-frame-pointer
25    
26  # under redhat 6.1 and slackware 7.0 we needed to have this  # under redhat 6.1 and slackware 7.0 we needed to have this
27  # link be static, but should be ok with the fix to unixport/rsym_elf.c  # link be static, but should be ok with the fix to unixport/rsym_elf.c

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

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