mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	Miboot images are apparently still used on some old 32-bit powermacs, so build them with ARCH=powerpc if we're 32-bit and powermac support is enabled. Signed-off-by: Paul Mackerras <paulus@samba.org>
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			30 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			30 B
		
	
	
	
		
			C
		
	
	
	
	
	
int main(void)
 | 
						|
{
 | 
						|
	return 0;
 | 
						|
}
 |