mirror of
				https://github.com/pmmp/musl-cross-make.git
				synced 2025-10-26 16:07:24 +00:00 
			
		
		
		
	config.mak no longer needs to do so much explicitly; the mandatory options for the target or for musl are auto-selected by the makefile.
		
			
				
	
	
		
			7 lines
		
	
	
		
			199 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			199 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| TARGET = sh2eb-linux-muslfdpic
 | |
| GCC_CONFIG += --with-cpu=mj2
 | |
| 
 | |
| # Optional to produce a smaller toolchain:
 | |
| # COMMON_CONFIG += --disable-nls
 | |
| # GCC_CONFIG += --disable-libquadmath --disable-decimal-float
 |