projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
aa17203
)
Makefile: default on gcc 32 bits when type 'make'
author
Marco Costalba
<mcostalba@gmail.com>
Sat, 10 Jul 2010 11:15:13 +0000 (12:15 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sat, 10 Jul 2010 11:16:43 +0000 (12:16 +0100)
From Vratko Polak
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
b316129
..
e3182af
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-299,7
+299,7
@@
endif
### ==========================================================================
default:
- $(MAKE) ARCH=$(ARCH) COMP=$(COMP) build
+ $(MAKE) ARCH=x86-32 COMP=gcc build
help:
@echo ""
@@
-408,7
+408,7
@@
install:
-strip $(BINDIR)/$(EXE)
clean:
- $(RM) $(EXE) *.o .depend *~ core bench.txt
+ $(RM) $(EXE) *.o .depend *~ core bench.txt *.gcda
testrun:
@$(PGOBENCH)