--- Makefile~ 2004-09-16 20:46:39.000000000 +0200 +++ Makefile 2004-11-15 20:53:39.660750720 +0100 @@ -22,8 +22,8 @@ PROC=$(shell uname -m) ifeq ($(PROC),x86_64) # You must have GCC 3.4 to use k8, otherwise use athlon -PROC=k8 -#PROC=athlon +#PROC=k8 +PROC=athlon OPTIONS+=-m64 endif ifeq ($(PROC),sparc64)