From 57d8ea696c3a2726fcc7bb6b1ee021d56f6194b8 Mon Sep 17 00:00:00 2001 From: Martin Pycko Date: Mon, 28 Jul 2003 14:43:07 +0000 Subject: [PATCH] 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 --- Makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index e70e0deec9..c515dd6557 100755 --- a/Makefile +++ b/Makefile @@ -15,15 +15,18 @@ OSARCH=$(shell uname -s) -# Pentium Pro Optimize -PROC=i686 -# Pentium Optimize -#PROC=i586 -#PROC=k6 -#PROC=ppc ifeq (${OSARCH},Linux) PROC=$(shell uname -m) endif +# Pentium Pro Optimize +#PROC=i686 + +# Pentium & VIA processors optimize +#PROC=i586 + +#PROC=k6 +#PROC=ppc + PWD=$(shell pwd) ######### More GSM codec optimization