mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	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
This commit is contained in:
		
							
								
								
									
										15
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user