mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: commencement: libstdc++-boot0: Support the 64bit Hurd.
* gnu/packages/commencement.scm (make-libstdc++-boot0)[arguments]: When creating libstdc++-boot0 for the 64bit Hurd, add disable options similar to libstdc++ to #:configure-flags. Change-Id: I00636fa48e38823b00ede7dcbd0c1c23544d898c
This commit is contained in:
@@ -2288,6 +2288,14 @@ exec " gcc "/bin/" program
|
||||
#:validate-runpath? #f
|
||||
|
||||
,@(substitute-keyword-arguments (package-arguments lib)
|
||||
((#:configure-flags flags)
|
||||
(if (target-hurd64?)
|
||||
#~(cons* "--disable-shared"
|
||||
"--disable-libstdcxx-dual-abi"
|
||||
"--disable-libstdcxx-threads"
|
||||
"--disable-libstdcxx-pch"
|
||||
#$flags)
|
||||
flags))
|
||||
((#:phases phases)
|
||||
#~(modify-phases #$phases
|
||||
(add-after 'unpack 'unpack-gmp&co
|
||||
|
||||
Reference in New Issue
Block a user