mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Added gentoo support for dependency script
This commit is contained in:
		
							parent
							
								
									5cab5e4a4e
								
							
						
					
					
						commit
						a553dcba5a
					
				@ -111,4 +111,8 @@ elif [[ -n "$(type -P pkg)" ]]; then
 | 
				
			|||||||
    arm-none-eabi-binutils \
 | 
					    arm-none-eabi-binutils \
 | 
				
			||||||
    arm-none-eabi-newlib \
 | 
					    arm-none-eabi-newlib \
 | 
				
			||||||
    diffutils
 | 
					    diffutils
 | 
				
			||||||
 | 
					elif [[ -n "$(type emerge)" ]]; then
 | 
				
			||||||
 | 
					    echo 'Please check that your gcc is built with the multilib use flag enabled.'
 | 
				
			||||||
 | 
					    emerge -vq sys-devel/crossdev
 | 
				
			||||||
 | 
					    USE="-openmp -hardened -sanitize -vtv" crossdev -s4 --stable --g =4.9.4 --portage --verbose --target avr
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user