Diff for /gforth/configure.in between versions 1.316 and 1.321

version 1.316, 2012/10/07 21:07:18 version 1.321, 2012/12/31 15:25:17
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
   
 #Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011 Free Software Foundation, Inc.  #Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc.
   
 #This file is part of Gforth.  #This file is part of Gforth.
   
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=vfp"
                           ;;
                   esac
                 if test -z $arm_cacheflush; then                  if test -z $arm_cacheflush; then
                    case "$host_os" in                     case "$host_os" in
                      *linux*)                       *linux*)
Line 777  case "$host_os" in Line 782  case "$host_os" in
         *win*)          *win*)
                 # !!!FIXME!!! problems with cygwin and ';' as path separator                  # !!!FIXME!!! problems with cygwin and ';' as path separator
                 DIRSEP="/" # normal dirsep                  DIRSEP="/" # normal dirsep
                 PATHSEP=";" # semicolon as pathsep                  PATHSEP=":" # colon as pathsep
                 #we want the builtins of command.com/cmd.exe and its                  #we don't want the builtins of command.com/cmd.exe and its
                 # handling of .com files.                  # handling of .com files.
                 #$COMSPEC contains the name of the Windows shell;                  #$COMSPEC contains the name of the Windows shell;
                 # the ./ is there, because the bash does not recognize                  # the ./ is there, because the bash does not recognize
                 # absolute DOS filenames                  # absolute DOS filenames
                 DEFAULTSYSTEMPREFIX="./$COMSPEC /c "                  DEFAULTSYSTEMPREFIX="" #"./${COMSPEC//\\/\\\\\\\\} /c "
                 ;;                  ;;
         *linux*)          *linux*)
                 DIRSEP="/"                  DIRSEP="/"

Removed from v.1.316  
changed lines
  Added in v.1.321


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