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

* gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: Remove field.
master
Mark H Weaver 2016-05-13 01:18:42 -04:00
parent 99828fa788
commit e9017c98d6
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 0 additions and 6 deletions

View File

@ -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