projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
87502c0
)
Revert previous patch
author
Marco Costalba
<mcostalba@gmail.com>
Sat, 10 Jul 2010 15:38:54 +0000 (16:38 +0100)
committer
Marco 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
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
e3182af
..
3e8aa51
100644
(file)
--- 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 ""