guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: gcc: Move patch upstream status in the patch itself.


From: Ludovic Courtès
Subject: 02/08: gnu: gcc: Move patch upstream status in the patch itself.
Date: Thu, 04 Jun 2015 16:08:38 +0000

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

commit 2068559ba03b785ec5d118b4fdc6e8267ac34ba0
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 4 09:30:20 2015 +0200

    gnu: gcc: Move patch upstream status in the patch itself.
    
    * gnu/packages/patches/gcc-arm-link-spec-fix.patch: Add bug and patch URLs.
    * gnu/packages/gcc.scm (gcc-4.8): Remove them.
---
 gnu/packages/gcc.scm                             |    4 ----
 gnu/packages/patches/gcc-arm-link-spec-fix.patch |    4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index c368b7d..8804f3b 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -313,10 +313,6 @@ 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
diff --git a/gnu/packages/patches/gcc-arm-link-spec-fix.patch 
b/gnu/packages/patches/gcc-arm-link-spec-fix.patch
index 0ffe8a1..e00ed1b 100644
--- a/gnu/packages/patches/gcc-arm-link-spec-fix.patch
+++ b/gnu/packages/patches/gcc-arm-link-spec-fix.patch
@@ -1,6 +1,10 @@
 Do not pass -dynamic-linker to linker when !shared.
 Fixes <http://bugs.gnu.org/20102>.
 
+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.
+
 Patch by Ludovic Courtès <address@hidden>.
 
 --- gcc-4.8.4/gcc/config/arm/linux-elf.h.orig  2015-04-08 20:31:20.376900478 
+0200



reply via email to

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