guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: address@hidden: Inherit from address@hidden


From: Efraim Flashner
Subject: 01/04: gnu: address@hidden: Inherit from address@hidden
Date: Wed, 13 Sep 2017 01:56:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dd4efefdb0dc3240cd394a79f648cd9b171e83c0
Author: Efraim Flashner <address@hidden>
Date:   Tue Sep 12 20:55:54 2017 +0300

    gnu: address@hidden: Inherit from address@hidden
    
    * gnu/packages/gcc.scm (address@hidden)[inherit]: Inherit from 
address@hidden
    [supported-systems]: Remove field.
---
 gnu/packages/gcc.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index da4d66c..6c7f13e 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -357,7 +357,7 @@ Go.  It also includes runtime support libraries for these 
languages.")
     (supported-systems %supported-systems)))
 
 (define-public gcc-4.9
-  (package (inherit gcc-4.7)
+  (package (inherit gcc-4.8)
     (version "4.9.4")
     (source (origin
               (method url-fetch)
@@ -368,8 +368,7 @@ Go.  It also includes runtime support libraries for these 
languages.")
                 "14l06m7nvcvb0igkbip58x59w3nq6315k6jcz3wr9ch1rn9d44bc"))
               (patches (search-patches "gcc-arm-bug-71399.patch"
                                        "gcc-libvtv-runpath.patch"))))
-    (native-inputs `(("texinfo" ,texinfo)))
-    (supported-systems %supported-systems)))
+    (native-inputs `(("texinfo" ,texinfo)))))
 
 (define-public gcc-5
   ;; Note: GCC >= 5 ships with .info files but 'make install' fails to install



reply via email to

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