From: Marco Costalba Date: Sat, 10 Jul 2010 15:38:54 +0000 (+0100) Subject: Revert previous patch X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=82bd61a8fad125edaff8a57243354856772731ed Revert previous patch After the previous patch, it's impossible to build anything else than x86 32-bit binary! So revert. Signed-off-by: Marco Costalba --- diff --git a/src/Makefile b/src/Makefile index e3182af1..3e8aa51b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -299,7 +299,7 @@ endif ### ========================================================================== default: - $(MAKE) ARCH=x86-32 COMP=gcc build + $(MAKE) ARCH=$(ARCH) COMP=$(COMP) build help: @echo ""