gnu: Add gdc-10.
* gnu/packages/gcc.scm (gdc-10): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									dc9e8f2ed3
								
							
						
					
					
						commit
						163686d82e
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -692,6 +692,11 @@ as the 'native-search-paths' field."
 | 
			
		|||
   (custom-gcc gcc "gfortran" '("fortran")
 | 
			
		||||
               %generic-search-paths)))
 | 
			
		||||
 | 
			
		||||
(define-public gdc-10
 | 
			
		||||
  (hidden-package
 | 
			
		||||
   (custom-gcc gcc-10 "gdc" '("d")
 | 
			
		||||
               %generic-search-paths)))
 | 
			
		||||
 | 
			
		||||
(define-public libgccjit
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit gcc-9)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue