3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

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