/[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.1 by camm, Tue Jun 25 23:24:54 2002 UTC revision 1.2 by camm, Sat Jul 20 07:10:55 2002 UTC
# Line 10  Line 10 
10    
11  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
12    
13  #OFLAG  =  -g  #OFLAG  =  -g -Wall
14  OFLAG   =  -O4  OFLAG   =  -O4 -Wall
15  #LIBS   = -lm  #LIBS   = -lm
16    
17  ODIR_DEBUG= -O4  ODIR_DEBUG= -O4 -Wall
18  #ODIR_DEBUG= -g  #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 $(EXTRA_CFLAGS)  CC = ${GCC} -pipe -fwritable-strings  -DVOL=volatile -I$(GCLDIR)/o -fsigned-char -Wall $(EXTRA_CFLAGS)
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.1  
changed lines
  Added in v.1.2

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