[svn-commits] tilghman: trunk r252760 - /trunk/codecs/gsm/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Mar 16 13:40:18 CDT 2010
Author: tilghman
Date: Tue Mar 16 13:40:14 2010
New Revision: 252760
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=252760
Log:
OSARCH is not inherited to this directory
Modified:
trunk/codecs/gsm/Makefile
Modified: trunk/codecs/gsm/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/codecs/gsm/Makefile?view=diff&rev=252760&r1=252759&r2=252760
==============================================================================
--- trunk/codecs/gsm/Makefile (original)
+++ trunk/codecs/gsm/Makefile Tue Mar 16 13:40:14 2010
@@ -37,7 +37,7 @@
######### ppro's, etc, as well as the AMD K6 and K7. The compile will
######### probably require gcc.
-ifeq (,$(findstring $(OSARCH),Darwin SunOS))
+ifeq (,$(findstring $(shell uname -s),Darwin SunOS))
ifeq (,$(strip $(findstring $(PROC) ,"x86_64 amd64 ultrasparc sparc64 arm armv5b armeb ppc powerpc ppc64 ia64 s390 bfin mipsel mips ")))
ifeq (,$(strip $(findstring $(shell uname -m) ,"ppc ppc64 alpha armv4l s390 ")))
OPTIMIZE+=-march=$(PROC)
More information about the svn-commits
mailing list