$NetBSD: patch-ab,v 1.2 2006/01/10 14:33:26 jmmv Exp $ --- Makefile.orig 2005-01-12 03:11:22.000000000 +0100 +++ Makefile @@ -1,8 +1,8 @@ # use assembler optimizations -ASM_X86=0 +#ASM_X86=0 # use debugger: 1 - by default, 2 - compile in but don't use by default -GDEBUG=0 +#GDEBUG=0 # by default, no window will open until fb address is set # or video mode is specified. some programs might not reach that stage. @@ -18,7 +18,7 @@ DEFAULT_BUFFER_SIZE=512 MEMHACK=0 # specify the cpu used (for -march, check gcc manual) -CPU=i686 +#CPU=i686 #CPU=athlon-xp # add here optimization flags @@ -28,7 +28,7 @@ CPU=i686 OPENGL=GL # compilator -CC=gcc +#CC=gcc # if byteswap.h is present USE_BYTESWAP_H=0