net/iperf: fix a typo
[openwrt/svn-archive/archive.git] / net / asterisk-1.4.x / patches / 017-Makefile-no_march.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -220,7 +220,7 @@ ifneq ($(findstring BSD,$(OSARCH)),)
4 endif
5
6 ifneq ($(PROC),ultrasparc)
7 - ASTCFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=$(PROC)"; fi)
8 + #ASTCFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=$(PROC)"; fi)
9 endif
10
11 ifeq ($(PROC),ppc)