Diff for /gforth/configure.in between versions 1.25 and 1.26

version 1.25, 1996/10/06 22:24:16 version 1.26, 1996/10/13 19:56:20
Line 153  case "$host_cpu" in Line 153  case "$host_cpu" in
                 #!! direct/indirect threading switch                  #!! direct/indirect threading switch
                 #!! -m486 flag                  #!! -m486 flag
                 ;;                  ;;
           m68k)
                   mach_h=m68k
                   CFLAGS="$CFLAGS -fomit-frame-pointer -traditional-cpp"
                   ;;
         mips*)          mips*)
                 mach_h=mips                  mach_h=mips
                 #link text and data segment into the same 256M region!                  #link text and data segment into the same 256M region!

Removed from v.1.25  
changed lines
  Added in v.1.26


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