Diff for /gforth/configure.in between versions 1.259 and 1.260

version 1.259, 2008/10/26 13:28:02 version 1.260, 2008/10/27 21:00:17
Line 204  case "$host_cpu" in Line 204  case "$host_cpu" in
                 if test -z $arm_cacheflush; then                  if test -z $arm_cacheflush; then
                    case "$host_os" in                     case "$host_os" in
                      *linux*)                       *linux*)
                         arm_cacheflush=arch/arm/cacheflush-linux                           AC_LIBOBJ(../arch/arm/cacheflush-linux) 
                         ;;                          ;;
                      *)                          *)   
                         no_dynamic_default=1                          no_dynamic_default=1
                         arm_cacheflush=arch/arm/cacheflush0                          AC_LIBOBJ(../arch/arm/cacheflush0)
                         AC_MSG_WARN([No I-cache flush code known, disabling dynamic native code generation])                          AC_MSG_WARN([No I-cache flush code known, disabling dynamic native code generation])
                         ;;                          ;;
                    esac                     esac
                   else
                      AC_LIBOBJ(../$arm_cacheflush)
                      test $srcdir = . || AC_MSG_WARN([setting arm_cacheflush requires building in the source directory])
                 fi                  fi
                 AC_LIBSOURCES([arch/arm/cacheflush0, dnl  
                                arch/arm/cacheflush-linux])  
                 AC_LIBOBJ(../$arm_cacheflush)  
                 #longer skipcodes lead to problems on ARM, and it uses                  #longer skipcodes lead to problems on ARM, and it uses
                 #only 4-byte alignment anyway                  #only 4-byte alignment anyway
                 test "$skipcode" || skipcode="nop"                  test "$skipcode" || skipcode="nop"

Removed from v.1.259  
changed lines
  Added in v.1.260


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