12 lines
		
	
	
	
		
			311 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			311 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								[target.powerpc-unknown-linux-gnu]
							 | 
						||
| 
								 | 
							
								linker = "powerpc-elf-gcc"
							 | 
						||
| 
								 | 
							
								ar = "powerpc-elf-ar"
							 | 
						||
| 
								 | 
							
								rustflags = [
							 | 
						||
| 
								 | 
							
								    "-C", "link-args=-nostdlib -ffreestanding -mbig-endian -fPIC",
							 | 
						||
| 
								 | 
							
								    "-C", "target-feature=+crt-static"
							 | 
						||
| 
								 | 
							
								]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[tarcet.riscv32i-unknown-none-elf]
							 | 
						||
| 
								 | 
							
								rustflags = [
							 | 
						||
| 
								 | 
							
								    "-C", "link-args=-nostdlib -ffreestanding -fPIC",
							 | 
						||
| 
								 | 
							
								]
							 |