mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Merged revisions 30874 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r30874 | kpfleming | 2006-05-30 14:18:30 -0500 (Tue, 30 May 2006) | 2 lines check the proper variable... ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -212,8 +212,8 @@ GSM_SOURCES = $(SRC)/add.c \
|
|||||||
# XXX Keep a space after each findstring argument
|
# XXX Keep a space after each findstring argument
|
||||||
# XXX should merge with GSM_OBJECTS
|
# XXX should merge with GSM_OBJECTS
|
||||||
ifeq (${OSARCH},Linux)
|
ifeq (${OSARCH},Linux)
|
||||||
ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc s390 ))
|
ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc ))
|
||||||
ifeq (,$(findstring ${PROC} , arm ia64 ))
|
ifeq (,$(findstring ${PROC} , arm ia64 s390 ))
|
||||||
GSM_SOURCES+= $(SRC)/k6opt.s
|
GSM_SOURCES+= $(SRC)/k6opt.s
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user