gnu: Add default gcc-objc++.
* gnu/packages/gcc.scm (gcc-objc++): New variable.
This commit is contained in:
parent
a5948c0d41
commit
987a118334
|
@ -644,6 +644,8 @@ as the 'native-search-paths' field."
|
||||||
(variable "LIBRARY_PATH")
|
(variable "LIBRARY_PATH")
|
||||||
(files '("lib" "lib64"))))))
|
(files '("lib" "lib64"))))))
|
||||||
|
|
||||||
|
(define-public gcc-objc++ gcc-objc++-4.9)
|
||||||
|
|
||||||
(define (make-libstdc++-doc gcc)
|
(define (make-libstdc++-doc gcc)
|
||||||
"Return a package with the libstdc++ documentation for GCC."
|
"Return a package with the libstdc++ documentation for GCC."
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue