mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: boost: Re-enable context and coroutine libraries on MIPS.
* gnu/packages/boost.scm (boost)[arguments]: Remove the extra make-flags "--without-context", "--without-coroutine", and "--without-coroutine2" that were previously added on mips64 systems.
This commit is contained in:
parent
9d10a63402
commit
0ff4e49a95
1 changed files with 1 additions and 10 deletions
|
@ -68,16 +68,7 @@
|
||||||
|
|
||||||
;; Set the RUNPATH to $libdir so that the libs find each other.
|
;; Set the RUNPATH to $libdir so that the libs find each other.
|
||||||
(string-append "linkflags=-Wl,-rpath="
|
(string-append "linkflags=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out") "/lib")
|
(assoc-ref %outputs "out") "/lib"))
|
||||||
|
|
||||||
;; Boost's 'context' library is not yet supported on mips64, so
|
|
||||||
;; we disable it. The 'coroutine' library depends on 'context',
|
|
||||||
;; so we disable that too.
|
|
||||||
,@(if (string-prefix? "mips64" (or (%current-target-system)
|
|
||||||
(%current-system)))
|
|
||||||
'("--without-context"
|
|
||||||
"--without-coroutine" "--without-coroutine2")
|
|
||||||
'()))
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'bootstrap)
|
(delete 'bootstrap)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue