diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-09-12 21:13:39 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-09-13 08:55:49 +0300 |
commit | 35daddede1498d2c4eb06ef5fcd15631199c6590 (patch) | |
tree | f793a03cbe3187b533013722f57011ccda17359b | |
parent | ab53bdf01ce4ab36c2522eaa69f917ad2481e127 (diff) | |
download | guix-35daddede1498d2c4eb06ef5fcd15631199c6590.tar guix-35daddede1498d2c4eb06ef5fcd15631199c6590.tar.gz |
gnu: gcc@7: Update description.
* gnu/packages/gcc.scm (gcc@7)[description]: Remove Java from the list
of supported languages.
-rw-r--r-- | gnu/packages/gcc.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 7375457a99..fb2e24721b 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -424,7 +424,11 @@ Go. It also includes runtime support libraries for these languages.") (base32 "16j7i0888j2f1yp9l0nhji6cq65dy6y4nwy8868a8njbzzwavxqw")) (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 ;; the gcc-toolchain-* definitions and the gfortran definition |