linux-user: switch default ppc64 CPU to 970fx from 970
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
		
							parent
							
								
									a175b996b2
								
							
						
					
					
						commit
						f7177937a2
					
				| 
						 | 
				
			
			@ -2788,7 +2788,7 @@ int main(int argc, char **argv, char **envp)
 | 
			
		|||
#endif
 | 
			
		||||
#elif defined(TARGET_PPC)
 | 
			
		||||
#ifdef TARGET_PPC64
 | 
			
		||||
        cpu_model = "970";
 | 
			
		||||
        cpu_model = "970fx";
 | 
			
		||||
#else
 | 
			
		||||
        cpu_model = "750";
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue