Diff for /gforth/Attic/Makefile between versions 1.14 and 1.15

version 1.14, 1994/09/02 15:23:32 version 1.15, 1994/09/08 17:20:04
Line 5  GCC = gcc Line 5  GCC = gcc
 FORTH   = gforth  FORTH   = gforth
 CC      = gcc  CC      = gcc
 SWITCHES = \  SWITCHES = \
         -fno-defer-pop -fcaller-saves \          -fno-defer-pop -fcaller-saves -m486 \
         -D_POSIX_VERSION -DUSE_TOS -DUSE_FTOS -DDEFAULTBIN='"'`pwd`'"' \          -D_POSIX_VERSION -DUSE_FTOS \
         #-DDIRECT_THREADED #-DNDEBUG #turn off assertions          #-DDIRECT_THREADED #-DFORCE_REG #-DNDEBUG #turn off assertions
 CFLAGS  = -O4 -Wall -g $(SWITCHES)  CFLAGS  = -O4 -Wall -g $(SWITCHES)
   
 #-Xlinker -n puts text and data into the same 256M region  #-Xlinker -n puts text and data into the same 256M region

Removed from v.1.14  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>