diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2021-03-12 06:33:26 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2021-03-25 16:59:01 +0000 |
commit | a172def55ad762b2a9e796531b88da33a74ccce7 (patch) | |
tree | 0d1fc597a695ea4247d16d2b6d0e9609df485cfd /gnu/packages | |
parent | 10cbf042e13c328559de3bfd8e42ceb8f8f51d10 (diff) | |
download | guix-a172def55ad762b2a9e796531b88da33a74ccce7.tar.gz |
gnu: gcc: Fix comment about gfortran.
Added by: cb4805e34c9997edca14743516b9a0fde6303d1c Fixes: 0681f05486d901c92637c098bb7afddef35068b0 * gnu/packages/gcc.scm (gcc): Fix comment about gfortran. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gcc.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 3ea8695cf1..5f84d28551 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -595,8 +595,7 @@ It also includes runtime support libraries for these languages."))) "gcc-5.0-libvtv-runpath.patch")))))) ;; Note: When changing the default gcc version, update -;; the gcc-toolchain-* definitions and the gfortran definition -;; accordingly. +;; the gcc-toolchain-* definitions. (define-public gcc gcc-7) (define-public (make-libstdc++ gcc) |