Diff for /gforth/configure.in between versions 1.133 and 1.134

version 1.133, 2003/08/28 16:08:30 version 1.134, 2003/09/08 10:14:19
Line 134  case "$host_cpu" in Line 134  case "$host_cpu" in
                 machine=hppa                  machine=hppa
                 $srcdir/mkinstalldirs arch/hppa                  $srcdir/mkinstalldirs arch/hppa
                 AC_LIBOBJ(../arch/hppa/cache)                  AC_LIBOBJ(../arch/hppa/cache)
                 #LDFLAGS="$LDFLAGS -Xlinker -N"                  #-N needed for --dynamic <M4U3b.3790$9d.317@news.cpqcorp.net>
                   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.133  
changed lines
  Added in v.1.134


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