mirror of
				https://github.com/marqs85/ossc
				synced 2025-11-01 00:16:03 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			164 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			164 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /* not needed, but we need separate linker scripts anyway */
 | |
| OUTPUT_ARCH(riscv)
 | |
| 
 | |
| /* required to correctly link newlib */
 | |
| GROUP( -lc -lgcc )
 | |
| 
 | |
| INCLUDE link.common.ld
 | 
