[PATCH] gnu: gcc: Fix comment about gfortran.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210312053326.5334-1-vincent.legoll@gmail.com
Added by: cb4805e34c9997edca14743516b9a0fde6303d1c
Fixes: 0681f05486d901c92637c098bb7afddef35068b0

* gnu/packages/gcc.scm (gcc): Fix comment about gfortran.
---
gnu/packages/gcc.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Toggle diff (16 lines)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 4d5aaa7070..55503b3f1b 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -586,8 +586,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)
--
2.20.1
Christopher Baines wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 47087-done@debbugs.gnu.org)
87sg4j9ngv.fsf@cbaines.net
Vincent Legoll <vincent.legoll@gmail.com> writes:

Toggle quote (23 lines)
> Added by: cb4805e34c9997edca14743516b9a0fde6303d1c
> Fixes: 0681f05486d901c92637c098bb7afddef35068b0
>
> * gnu/packages/gcc.scm (gcc): Fix comment about gfortran.
> ---
> gnu/packages/gcc.scm | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
> index 4d5aaa7070..55503b3f1b 100644
> --- a/gnu/packages/gcc.scm
> +++ b/gnu/packages/gcc.scm
> @@ -586,8 +586,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)

I think this makes sense to me, pushed as
0098fcecf0c196fd645c1dc44d2897ef1d58c730.

Thanks,

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmBcwfBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcvzA/7BHklByIl+Zf3+xZcf2fSF8XVnAo02KEP
j1I/mGXHcpTXaDGpzZ+waMv3AIAr3BD8ZszsBZjVETGwqBjHhkzMgPc2gQ5O9dOl
5WucCwTE/LAyJLf7AieRI4WfBK4chZeFKHsRYHQMJA0oX0M5hKJtzdkGRT9L++Cu
+WNK71jMos/MSMRHqEQYD9Db/NaLpuwVCBFIDxWQydi1C5eZuyTjBSW9HZw/0euA
CxH9mnYNNwpwLCQKnTIFPv30Ol+CtWASSZea1ZTbON820iljmvkfgYOdU1w55+MV
vXE8Rt791zIgyAfblRUQ8kKtSh01QU5nNW/ss9qNXyGUPdqC0ClGm3DeVJOLhXkR
jU5SxhlnO7HN9AU8auKBMlpEFZInrW6rAPwzjcW8+sOZYSXOY7jcc8A/jMNvSyYB
gQ35QvotOVmfSV3muJxFUGubnfkI870Z/Zhj0cvQh81IntmJzC7E+eEXvFdGwyEW
xlLPcwtpgwzrAiMeN3v0804arQX4USltTZB9ntrE6vgNqkMbhhT/YiZe3G/BAvQK
7lYf4vGGiJZiJF6EiVmt0odPjRl36aTouNXE+TiaO0FApJZ4ggAHTOJ7HS8k8T/S
0FTfllg0lLwIwpsvnNM5chBFGhdNwHdKFse0MAUsdge16lZkLHpbtSrzaXJhi7nU
7TrZ+x9IoHw=
=CqpC
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47087@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47087
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help