Archived
1
0
Fork 0

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:
zimoun 2020-09-11 18:08:00 +02:00 committed by Ludovic Courtès
parent 542c4707de
commit 0214d5dd84
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3861,7 +3861,8 @@ COREUTILS-FINAL vs. COREUTILS, etc."
(description (description
"This package provides a complete GCC tool chain for C/C++ development to "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 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/") (home-page "https://gcc.gnu.org/")
(outputs '("out" "debug" "static")) (outputs '("out" "debug" "static"))