Fix powerpc compilation errors with asterisk codecs (#1439)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6540 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
90a866130a
commit
90f5b33dc5
@ -7,7 +7,7 @@
|
||||
+ifneq (${PROC},armeb)
|
||||
+ifneq (${PROC},mipsel)
|
||||
+ifneq (${PROC},mips)
|
||||
+ifneq (${PROC},ppc)
|
||||
+ifneq (${PROC},powerpc)
|
||||
ifneq ($(shell uname -m), parisc)
|
||||
ifneq ($(shell uname -m),s390)
|
||||
GSM_SOURCES+= $(SRC)/k6opt.s
|
||||
@ -30,7 +30,7 @@
|
||||
+ifneq (${PROC}, armeb)
|
||||
+ifneq (${PROC}, mipsel)
|
||||
+ifneq (${PROC}, mips)
|
||||
+ifneq (${PROC}, ppc)
|
||||
+ifneq (${PROC}, powerpc)
|
||||
ifneq ($(shell uname -m), parisc)
|
||||
ifneq ($(shell uname -m),s390)
|
||||
GSM_OBJECTS+= $(SRC)/k6opt.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user