me
/
guix
Archived
1
0
Fork 0

gnu: Add gcc-objc++@7.

* gnu/packages/gcc.scm (gcc-objc++@7): New variable.
master
Efraim Flashner 2017-09-14 11:14:36 +03:00
parent ce9afe2b3b
commit e05f8d2fb3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 9 additions and 0 deletions

View File

@ -659,6 +659,15 @@ as the 'native-search-paths' field."
(variable "LIBRARY_PATH")
(files '("lib" "lib64"))))))
(define-public gcc-objc++-7
(custom-gcc gcc-7 "gcc-objc++" '("obj-c++")
(list (search-path-specification
(variable "OBJCPLUS_INCLUDE_PATH")
(files '("include")))
(search-path-specification
(variable "LIBRARY_PATH")
(files '("lib" "lib64"))))))
(define-public gcc-objc++ gcc-objc++-4.9)
(define (make-libstdc++-doc gcc)