Diff for /gforth/configure.in between versions 1.317 and 1.319

version 1.317, 2012/10/08 01:10:30 version 1.319, 2012/10/08 22:45:19
Line 261  case "$host_cpu" in Line 261  case "$host_cpu" in
                 if test x$platform = xnxt; then                  if test x$platform = xnxt; then
                    CFLAGS="$CFLAGS -mthumb -mthumb-interwork"                     CFLAGS="$CFLAGS -mthumb -mthumb-interwork"
                 fi                  fi
                   case "$host_os" in
                        *android*)
                           CFLAGS="$CFLAGS -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16"
                           ;;
                   esac
                 if test -z $arm_cacheflush; then                  if test -z $arm_cacheflush; then
                    case "$host_os" in                     case "$host_os" in
                      *linux*)                       *linux*)

Removed from v.1.317  
changed lines
  Added in v.1.319


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