2010-07-16 14:41:11 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
|
|
|
@@ -220,7 +220,7 @@ ifneq ($(findstring BSD,$(OSARCH)),)
|
2007-09-04 19:16:45 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq ($(PROC),ultrasparc)
|
|
|
|
- ASTCFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=$(PROC)"; fi)
|
|
|
|
+ #ASTCFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=$(PROC)"; fi)
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(PROC),ppc)
|