[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.64 and 1.65

version 1.64, Mon Jul 10 19:20:48 2000 UTC version 1.65, Mon Jul 10 19:59:49 2000 UTC
Line 258 
Line 258 
                 AC_TRY_LINK(,,ac_link_script=yes,ac_link_script=no)                  AC_TRY_LINK(,,ac_link_script=yes,ac_link_script=no)
                 test $ac_link_script = yes||LDFLAGS=$OLDLDFLAGS                  test $ac_link_script = yes||LDFLAGS=$OLDLDFLAGS
                 AC_MSG_RESULT($ac_link_script)                  AC_MSG_RESULT($ac_link_script)
                 #AC_DEFINE(INDIRECT_THREADED))                  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_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))
                 ;;                  ;;
         *)          *)
                 echo "No direct threading support for $host_cpu, using indirect threading."                  echo "No direct threading support for $host_cpu, using indirect threading."


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help