linux/x86_64 is available since some versions. I have tested it with the new test script against 8 game => no problems. An universal binary would be nice
Where have you found march=x86-64 ? It is a relict. And perhaps it is in Makefile.local that is not part of the svn.
Great, will try to add the 64 bit version to the universal binary then
march=x86-64 is here in the file "Makefile" :
CODECFLAGSÂÂÂÂÂÂÂÂ= -fomit-frame-pointer -fno-strict-aliasing \
ÂÂÂÂÂÂÂÂÂÂ-Wall -Wno-parentheses -Wno-unused-function \
ÂÂÂÂÂÂÂÂÂÂ-O3 -Ilibwbfs -I.
#CFLAGSÂÂÂÂÂÂÂÂ+= -mtune=generic
#CFLAGSÂÂÂÂÂÂÂÂ+= -march=i686
#CFLAGSÂÂÂÂÂÂÂÂ+= -march=x86-64
CFLAGSÂÂÂÂÂÂÂÂ+= $(XFLAGS)
CFLAGSÂÂÂÂÂÂÂÂ:= $(strip $(CFLAGS))