gnu: gcc-toolchain: Reword description.
* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Reword. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
542c4707de
commit
0214d5dd84
1 changed files with 2 additions and 1 deletions
|
@ -3861,7 +3861,8 @@ (define* (make-gcc-toolchain gcc
|
|||
(description
|
||||
"This package provides a complete GCC tool chain for C/C++ development to
|
||||
be installed in user profiles. This includes GCC, as well as libc (headers and
|
||||
binaries, plus debugging symbols in the @code{debug} output), and Binutils.")
|
||||
binaries, plus debugging symbols in the @code{debug} output), and Binutils. GCC
|
||||
is the GNU Compiler Collection.")
|
||||
(home-page "https://gcc.gnu.org/")
|
||||
(outputs '("out" "debug" "static"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue