--- gforth/configure.in 2003/08/24 09:56:09 1.130 +++ gforth/configure.in 2003/08/25 08:02:58 1.131 @@ -136,6 +136,11 @@ case "$host_cpu" in AC_LIBOBJ(../arch/hppa/cache) #LDFLAGS="$LDFLAGS -Xlinker -N" 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*) machine=sparc