]> git.sesse.net Git - stockfish/commitdiff
Revert previous patch
authorMarco Costalba <mcostalba@gmail.com>
Sat, 10 Jul 2010 15:38:54 +0000 (16:38 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 10 Jul 2010 15:43:05 +0000 (16:43 +0100)
After the previous patch, it's impossible to build
anything else than x86 32-bit binary!

So revert.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/Makefile

index e3182af166b95271e5f1250b1968ad67e7d0827b..3e8aa51bb07d87bc4e7cac879a17de87185ec7d6 100644 (file)
@@ -299,7 +299,7 @@ endif
 ### ==========================================================================
 
 default:
-       $(MAKE) ARCH=x86-32 COMP=gcc build
+       $(MAKE) ARCH=$(ARCH) COMP=$(COMP) build
 
 help:
        @echo ""