[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.191 and 1.192

version 1.191, Sun Jun 24 16:02:23 2007 UTC version 1.192, Sun Jun 24 21:01:45 2007 UTC
Line 254 
Line 254 
                 AC_TRY_COMPILE(,,,CFLAGS="$CFLAGS_1 -m486")                  AC_TRY_COMPILE(,,,CFLAGS="$CFLAGS_1 -m486")
                 ;;                  ;;
         x86_64)          x86_64)
                   case $CC
                   in
                       *-m32*)
                           machine=386
                           CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
                           CFLAGS_1="$CFLAGS"
                           CFLAGS="$CFLAGS -march=athlon64"
                           ;;
                       *)
                 machine=amd64                  machine=amd64
                 ;;                  ;;
                   esac
                   ;;
         ia64*)          ia64*)
                 machine=ia64                  machine=ia64
                 AC_LIBOBJ(../arch/ia64/flush_icache_block)                  AC_LIBOBJ(../arch/ia64/flush_icache_block)


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help