gnu: gcc@7: Update description.
* gnu/packages/gcc.scm (gcc@7)[description]: Remove Java from the list of supported languages.
This commit is contained in:
parent
ab53bdf01c
commit
35daddede1
|
@ -424,7 +424,11 @@ Go. It also includes runtime support libraries for these languages.")
|
||||||
(base32
|
(base32
|
||||||
"16j7i0888j2f1yp9l0nhji6cq65dy6y4nwy8868a8njbzzwavxqw"))
|
"16j7i0888j2f1yp9l0nhji6cq65dy6y4nwy8868a8njbzzwavxqw"))
|
||||||
(patches (search-patches "gcc-strmov-store-file-names.patch"
|
(patches (search-patches "gcc-strmov-store-file-names.patch"
|
||||||
"gcc-5.0-libvtv-runpath.patch"))))))
|
"gcc-5.0-libvtv-runpath.patch"))))
|
||||||
|
(description
|
||||||
|
"GCC is the GNU Compiler Collection. It provides compiler front-ends
|
||||||
|
for several languages, including C, C++, Objective-C, Fortran, Ada, and Go.
|
||||||
|
It also includes runtime support libraries for these languages.")))
|
||||||
|
|
||||||
;; Note: When changing the default gcc version, update
|
;; Note: When changing the default gcc version, update
|
||||||
;; the gcc-toolchain-* definitions and the gfortran definition
|
;; the gcc-toolchain-* definitions and the gfortran definition
|
||||||
|
|
Loading…
Reference in New Issue