unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: gcc-4.9: Update to 4.9.4.
@ 2016-10-24  7:51 Carlos Sánchez de La Lama
  2016-10-24 13:16 ` Leo Famulari
  0 siblings, 1 reply; 6+ messages in thread
From: Carlos Sánchez de La Lama @ 2016-10-24  7:51 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-25  7:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24  7:51 [PATCH] gnu: gcc-4.9: Update to 4.9.4 Carlos Sánchez de La Lama
2016-10-24 13:16 ` Leo Famulari
2016-10-24 14:35   ` Carlos Sánchez de La Lama
2016-10-24 17:00     ` Marius Bakke
2016-10-25  7:03       ` Carlos Sánchez de La Lama
2016-10-24 20:07     ` Mark H Weaver

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).