guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: gcc-4.9: Update to 4.9.4.


From: Carlos Sánchez de La Lama
Subject: [PATCH] gnu: gcc-4.9: Update to 4.9.4.
Date: Mon, 24 Oct 2016 09:51:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

gcc-4.9.3 has a bug in long double isinf builtin on PowerPC, which
affects glibc versions >= 2.23.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70117

* gnu/packages/gcc.scm (gcc-4.9): Update to 4.9.4.
---
 gnu/packages/gcc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index c961c84..6f1b744 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -332,14 +332,14 @@ Go.  It also includes runtime support libraries for these 
languages.")
 
 (define-public gcc-4.9
   (package (inherit gcc-4.8)
-    (version "4.9.3")
+    (version "4.9.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.bz2"))
               (sha256
                (base32
-                "0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3"))
+                "14l06m7nvcvb0igkbip58x59w3nq6315k6jcz3wr9ch1rn9d44bc"))
               (patches (search-patches "gcc-libvtv-runpath.patch"))))))
 
 (define-public gcc-5
-- 
2.9.2



reply via email to

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