Diff for /gforth/configure.in between versions 1.69 and 1.70

version 1.69, 2000/07/26 15:29:53 version 1.70, 2000/07/27 09:32:01
Line 263  case "$host_cpu" in Line 263  case "$host_cpu" in
                 AC_MSG_CHECKING([whether the code is in the first 32MB])                  AC_MSG_CHECKING([whether the code is in the first 32MB])
                 AC_TRY_RUN([main(){label: exit(((unsigned long)&&label)>32000000UL);}],ac_code_under_32=yes,ac_code_under_32=no,ac_code_under_32=no)                  AC_TRY_RUN([main(){label: exit(((unsigned long)&&label)>32000000UL);}],ac_code_under_32=yes,ac_code_under_32=no,ac_code_under_32=no)
                 AC_MSG_RESULT($ac_code_under_32)                  AC_MSG_RESULT($ac_code_under_32)
                 test $ac_code_under_32 = yes||(AC_MSG_WARN([Using indirect threading; please contact us (bug-gforth@gnu.org)]); AC_DEFINE(INDIRECT_THREADED))                  test $ac_code_under_32 = yes||(AC_MSG_WARN([Using indirect threading]); AC_DEFINE(INDIRECT_THREADED))
                 ;;                  ;;
         *)          *)
                 echo "No direct threading support for $host_cpu, using indirect threading."                  echo "No direct threading support for $host_cpu, using indirect threading."

Removed from v.1.69  
changed lines
  Added in v.1.70


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