guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gcc: Add link to upstream bug report.


From: Ludovic Courtès
Subject: 02/02: gnu: gcc: Add link to upstream bug report.
Date: Thu, 30 Apr 2015 11:44:08 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 9e7594027d1b876248f75c01d1c06abc3b64ac57
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 30 13:43:55 2015 +0200

    gnu: gcc: Add link to upstream bug report.
    
    * gnu/packages/gcc.scm (gcc-4.8): Add link to bug report in comment.
---
 gnu/packages/gcc.scm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 8804f3b..c368b7d 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -313,6 +313,10 @@ Go.  It also includes runtime support libraries for these 
languages.")
               (sha256
                (base32
                 "15c6gwm6dzsaagamxkak5smdkf1rdfbqqjs9jdbrp3lbg4ism02a"))
+
+              ;; ARM 'link' spec issue reported at
+              ;; <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65711> and
+              ;; <https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01387.html>.
               (patches (list (search-patch "gcc-arm-link-spec-fix.patch")))))))
 
 (define-public gcc-4.9



reply via email to

[Prev in Thread] Current Thread [Next in Thread]