Move the PROC lines so that it works when VIA ppl change that variable
authorMartin Pycko <martinp@digium.com>
Mon, 28 Jul 2003 14:43:07 +0000 (14:43 +0000)
committerMartin Pycko <martinp@digium.com>
Mon, 28 Jul 2003 14:43:07 +0000 (14:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1232 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index e70e0de..c515dd6 100755 (executable)
--- a/Makefile
+++ b/Makefile
 
 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