diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-16 15:10:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-16 15:10:23 +0000 |
commit | 39a48ea2699eeb51eefa8ed92de91258a04bc8a1 (patch) | |
tree | eb1bfcf2b2fd648c4f4ea20b3056ecb9682b9d0e /contrib/package/asterisk-xip/patches/017-Makefile-no_march.patch | |
parent | ce8855055915b91d6a388f9967c0244f8be8921b (diff) |
contrib: remove asterisk-xip
Diffstat (limited to 'contrib/package/asterisk-xip/patches/017-Makefile-no_march.patch')
-rw-r--r-- | contrib/package/asterisk-xip/patches/017-Makefile-no_march.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/package/asterisk-xip/patches/017-Makefile-no_march.patch b/contrib/package/asterisk-xip/patches/017-Makefile-no_march.patch deleted file mode 100644 index 98ec1100bc..0000000000 --- a/contrib/package/asterisk-xip/patches/017-Makefile-no_march.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru asterisk-1.4.22.org/Makefile asterisk-1.4.22/Makefile ---- asterisk-1.4.22.org/Makefile 2008-09-08 22:15:42.000000000 +0200 -+++ asterisk-1.4.22/Makefile 2008-11-29 15:05:12.000000000 +0100 -@@ -215,7 +215,7 @@ - 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) |