gnu: jemalloc: No longer build with gcc-4.8 on i686.
* gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: Remove field.master
parent
99828fa788
commit
e9017c98d6
|
@ -37,12 +37,6 @@
|
||||||
(base32
|
(base32
|
||||||
"13pc6gcs5d6ws63jv83vslrb1vlqdnf1dg43awkb9bbj9xqnvl7s"))))
|
"13pc6gcs5d6ws63jv83vslrb1vlqdnf1dg43awkb9bbj9xqnvl7s"))))
|
||||||
(build-system gnu-build-system)
|
(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/")
|
(home-page "http://www.canonware.com/jemalloc/")
|
||||||
(synopsis "General-purpose scalable concurrent malloc implementation")
|
(synopsis "General-purpose scalable concurrent malloc implementation")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue