[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.211 and 1.212

version 1.211, Mon Jan 21 13:21:57 2008 UTC version 1.212, Mon Jan 21 18:42:42 2008 UTC
Line 188 
Line 188 
                    CFLAGS="$CFLAGS -mthumb -mthumb-interwork"                     CFLAGS="$CFLAGS -mthumb -mthumb-interwork"
                 fi                  fi
                 if test -z $arm_cacheflush; then                  if test -z $arm_cacheflush; then
                   if test $host_os = linux; then                     case "$host_os" in
                        *linux*)
                     arm_cacheflush=arch/arm/cacheflush-linux                      arm_cacheflush=arch/arm/cacheflush-linux
                   else                          ;;
                        *)
                     no_dynamic_default=1                      no_dynamic_default=1
                     arm_cacheflush=arch/arm/cacheflush0                      arm_cacheflush=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
                   fi                    fi
                 fi                  AC_LIBSOURCES([../arch/arm/cacheflush0, dnl
                 AC_LIBSOURCES([../arch/arm/cacheflush0, ../arch/arm/cacheflush1, ../arch/arm/cacheflush2])                                 ../arch/arm/cacheflush1, dnl
                                  ../arch/arm/cacheflush2, dnl
                                  ../arch/arm/cacheflush-linux])
                 AC_LIBOBJ(../$arm_cacheflush)                  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


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help