Index: Makefile =================================================================== --- Makefile (revision 390640) +++ Makefile (working copy) @@ -31,7 +31,7 @@ WITH_TBDIR?= ${PREFIX}/lib/crafty/TB WITH_PERSDIR?= ${PREFIX}/lib/crafty/cpf -OPT= -DCPUS=4 -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \ +OPT= -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \ -DLOGDIR=\\\"${WITH_LOGDIR}\\\" \ -DRCDIR=\\\"${WITH_RCDIR}\\\" \ -DTBDIR=\\\"${WITH_TBDIR}\\\" \ @@ -44,11 +44,12 @@ .include -.if ${ARCH} == "i386" +.if ${ARCH} == "i386" || ${ARCH} == "amd64" # The i386 assembly is currently broken - disable for this version #OPT+= -DINLINE32 -.elif ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 +OPT+= -DCPUS=4 +.else +OPT+= -DCPUS=1 # disables x86 assembler .endif .include