gnu: Add default gcc-objc++.

* gnu/packages/gcc.scm (gcc-objc++): New variable.
This commit is contained in:
Ricardo Wurmus 2016-05-16 20:12:08 +02:00
parent a5948c0d41
commit 987a118334
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -644,6 +644,8 @@ as the 'native-search-paths' field."
(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