From 0214d5dd849c140707345885cf899fa46d656021 Mon Sep 17 00:00:00 2001 From: zimoun Date: Fri, 11 Sep 2020 18:08:00 +0200 Subject: gnu: gcc-toolchain: Reword description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Reword. Signed-off-by: Ludovic Courtès --- gnu/packages/commencement.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index cc86d06c65..565799c611 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -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")) -- cgit v1.2.3