guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: jemalloc: No longer build with gcc-4.8 on i686.


From: Mark H. Weaver
Subject: 01/01: gnu: jemalloc: No longer build with gcc-4.8 on i686.
Date: Fri, 13 May 2016 05:22:22 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit e9017c98d61f305b624bacaa30e8891ec0100980
Author: Mark H Weaver <address@hidden>
Date:   Fri May 13 01:18:42 2016 -0400

    gnu: jemalloc: No longer build with gcc-4.8 on i686.
    
    * gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: Remove field.
---
 gnu/packages/jemalloc.scm |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm
index 143c80c..52d43e8 100644
--- a/gnu/packages/jemalloc.scm
+++ b/gnu/packages/jemalloc.scm
@@ -37,12 +37,6 @@
                (base32
                 "13pc6gcs5d6ws63jv83vslrb1vlqdnf1dg43awkb9bbj9xqnvl7s"))))
     (build-system gnu-build-system)
-    ;; XXX FIXME: Use gcc-4.8 on i686 to work around
-    ;; <http://bugs.gnu.org/20856>.
-    (native-inputs (if (and (not (%current-target-system))
-                            (string-prefix? "i686-" (%current-system)))
-                       `(("gcc" ,(canonical-package gcc-4.8)))
-                       '()))
     (home-page "http://www.canonware.com/jemalloc/";)
     (synopsis "General-purpose scalable concurrent malloc implementation")
     (description



reply via email to

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