--- gforth/configure.in 2003/08/25 14:17:44 1.132 +++ gforth/configure.in 2003/09/08 10:14:19 1.134 @@ -134,13 +134,9 @@ case "$host_cpu" in machine=hppa $srcdir/mkinstalldirs arch/hppa AC_LIBOBJ(../arch/hppa/cache) - #LDFLAGS="$LDFLAGS -Xlinker -N" + #-N needed for --dynamic + 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 @@ -160,6 +156,9 @@ case "$host_cpu" in CFLAGS="$CFLAGS -march=pentium" AC_TRY_COMPILE(,,,CFLAGS="$CFLAGS_1 -m486") ;; + x86_64) + machine=amd64 + ;; #generic should work for IA64 # ia64*) # machine=ia64