[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.11 and 1.12

version 1.11, Tue Jan 10 18:57:40 1995 UTC version 1.12, Wed Jan 18 18:41:31 1995 UTC
Line 23 
Line 23 
 MAKEINFO = makeinfo  MAKEINFO = makeinfo
 XCFLAGS = @CFLAGS@  XCFLAGS = @CFLAGS@
 XDEFINES = @DEFS@  XDEFINES = @DEFS@
 SWITCHES = $(XCFLAGS) $(XDEFINES) -D_POSIX_VERSION#-DNDEBUG #turn off assertions  SWITCHES = $(XCFLAGS) $(XDEFINES) #-DNDEBUG #turn off assertions
 ENGINE_FLAGS =  -fforce-mem -fforce-addr -fomit-frame-pointer -fno-defer-pop -fcaller-saves  ENGINE_FLAGS =  -fforce-mem -fforce-addr -fomit-frame-pointer -fno-defer-pop -fcaller-saves
 CFLAGS  = -g -O4 -Wall $(SWITCHES)  CFLAGS  = -g -O4 -Wall $(SWITCHES)
   
 #-Xlinker -n puts text and data into the same 256M region  
 #John Wavrik should use -Xlinker -N to get a writable text (executable)  #John Wavrik should use -Xlinker -N to get a writable text (executable)
 LDFLAGS = -Xlinker -N @LDFLAGS@  LDFLAGS =  @LDFLAGS@
 LDLIBS  = @LIBS@  LDLIBS  = @LIBS@
   
 prefix = @prefix@  prefix = @prefix@


Generate output suitable for use with a patch program
Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help