From: Martin Pycko Date: Mon, 28 Jul 2003 14:43:07 +0000 (+0000) Subject: Move the PROC lines so that it works when VIA ppl change that variable X-Git-Tag: 0.5.0~264 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57d8ea696c3a2726fcc7bb6b1ee021d56f6194b8;p=thirdparty%2Fasterisk.git Move the PROC lines so that it works when VIA ppl change that variable git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1232 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index e70e0deec9..c515dd6557 100755 --- a/Makefile +++ b/Makefile @@ -15,15 +15,18 @@ OSARCH=$(shell uname -s) +ifeq (${OSARCH},Linux) +PROC=$(shell uname -m) +endif # Pentium Pro Optimize -PROC=i686 -# Pentium Optimize +#PROC=i686 + +# Pentium & VIA processors optimize #PROC=i586 + #PROC=k6 #PROC=ppc -ifeq (${OSARCH},Linux) -PROC=$(shell uname -m) -endif + PWD=$(shell pwd) ######### More GSM codec optimization