Diff for /gforth/configure.in between versions 1.130 and 1.131

version 1.130, 2003/08/24 09:56:09 version 1.131, 2003/08/25 08:02:58
Line 136  case "$host_cpu" in Line 136  case "$host_cpu" in
                 AC_LIBOBJ(../arch/hppa/cache)                  AC_LIBOBJ(../arch/hppa/cache)
                 #LDFLAGS="$LDFLAGS -Xlinker -N"                  #LDFLAGS="$LDFLAGS -Xlinker -N"
                 LIBS="$LIBS -L/lib/pa1.1/"                  LIBS="$LIBS -L/lib/pa1.1/"
                   #executing dynamically generated code produced segfaults on
                   #the only HPPA machine that could waste code space, so
                   #disable it by default
                   no_dynamic_default=1
                   AC_MSG_WARN(Disabling dynamic native code generation by default (speed penalty factor ~2))
                 ;;                  ;;
         sparc*)          sparc*)
                 machine=sparc                  machine=sparc

Removed from v.1.130  
changed lines
  Added in v.1.131


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