Makefile: default on gcc 32 bits when type 'make'

From Vratko Polak

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-07-10 12:15:13 +01:00
parent aa172032c4
commit 87502c0fcb

View File

@@ -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)