--- gforth/configure.in 2012/10/08 01:10:30 1.317 +++ gforth/configure.in 2012/10/21 21:55:19 1.320 @@ -261,6 +261,11 @@ case "$host_cpu" in if test x$platform = xnxt; then CFLAGS="$CFLAGS -mthumb -mthumb-interwork" fi + case "$host_os" in + *android*) + CFLAGS="$CFLAGS -march=armv7-a -mfloat-abi=softfp -mfpu=vfp" + ;; + esac if test -z $arm_cacheflush; then case "$host_os" in *linux*)