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 @@ (define-public gcc-objc-4.8
|
|||
(variable "LIBRARY_PATH")
|
||||
(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
|
||||
(custom-gcc gcc-4.8 "gcc-objc++" '("obj-c++")
|
||||
(list (search-path-specification
|
||||
|
|
Loading…
Reference in a new issue