mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: jemalloc: No longer build with gcc-4.8 on i686.
* gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: Remove field.
This commit is contained in:
parent
99828fa788
commit
e9017c98d6
1 changed files with 0 additions and 6 deletions
|
@ -37,12 +37,6 @@ (define-public jemalloc
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue