gnu: Add gcc-objc-4.9.
* gnu/packages/gcc.scm (gcc-objc-4.9): New variable.
This commit is contained in:
		
							parent
							
								
									813efdded1
								
							
						
					
					
						commit
						2d69c1616d
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
					@ -615,6 +615,15 @@ as the 'native-search-paths' field."
 | 
				
			||||||
                     (variable "LIBRARY_PATH")
 | 
					                     (variable "LIBRARY_PATH")
 | 
				
			||||||
                     (files '("lib" "lib64"))))))
 | 
					                     (files '("lib" "lib64"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public gcc-objc-4.9
 | 
				
			||||||
 | 
					  (custom-gcc gcc-4.9 "gcc-objc" '("objc")
 | 
				
			||||||
 | 
					              (list (search-path-specification
 | 
				
			||||||
 | 
					                     (variable "OBJC_INCLUDE_PATH")
 | 
				
			||||||
 | 
					                     (files '("include")))
 | 
				
			||||||
 | 
					                    (search-path-specification
 | 
				
			||||||
 | 
					                     (variable "LIBRARY_PATH")
 | 
				
			||||||
 | 
					                     (files '("lib" "lib64"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public gcc-objc++-4.8
 | 
					(define-public gcc-objc++-4.8
 | 
				
			||||||
  (custom-gcc gcc-4.8 "gcc-objc++" '("obj-c++")
 | 
					  (custom-gcc gcc-4.8 "gcc-objc++" '("obj-c++")
 | 
				
			||||||
              (list (search-path-specification
 | 
					              (list (search-path-specification
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue