Diff for /gforth/Attic/Makefile between versions 1.9 and 1.10

version 1.9, 1994/07/27 13:36:58 version 1.10, 1994/07/29 11:16:20
Line 4  RM = echo 'Trying to remove' Line 4  RM = echo 'Trying to remove'
 GCC     = gcc  GCC     = gcc
 FORTH   = ansforth  FORTH   = ansforth
 CC      = gcc  CC      = gcc
 SWITCHES = -D_POSIX_VERSION -DUSE_TOS -DUSE_FTOS -DDEFAULTBIN='"'`pwd`'"' -DDIRECT_THREADED #-DNDEBUG #turn off assertions  SWITCHES = -D_POSIX_VERSION -DUSE_FTOS -DDEFAULTBIN='"'`pwd`'"' -DDIRECT_THREADED -fcaller-saves #-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.9  
changed lines
  Added in v.1.10


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