gnu: Add default gcc-objc++.
* gnu/packages/gcc.scm (gcc-objc++): New variable.
This commit is contained in:
parent
a5948c0d41
commit
987a118334
1 changed files with 2 additions and 0 deletions
|
@ -644,6 +644,8 @@ (define-public gcc-objc++-4.9
|
|||
(variable "LIBRARY_PATH")
|
||||
(files '("lib" "lib64"))))))
|
||||
|
||||
(define-public gcc-objc++ gcc-objc++-4.9)
|
||||
|
||||
(define (make-libstdc++-doc gcc)
|
||||
"Return a package with the libstdc++ documentation for GCC."
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue