gnu: bison-boot0: Build sequentially.

This is a followup to 2c35ae8219 and
b1593c1c4f.

* gnu/packages/commencement.scm (bison-boot0)[arguments]: Add
 #:parallel-build? and #:parallel-tests? on x86.
This commit is contained in:
Ludovic Courtès 2019-08-28 23:56:10 +02:00
parent 7f1d2dd35a
commit c55fae4520
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 11 additions and 0 deletions

View File

@ -1719,6 +1719,17 @@ exec " gcc "/bin/" program
(arguments
`(#:tests? #f ;... and thus disable tests
;; XXX: These flags should be unconditional, but for now
;; we just add them on x86 to avoid a full rebuild.
;; TODO: On the next core-updates, use
;; 'substitute-keyword-arguments' to inherit them from
;; BISON.
,@(if (member (%current-system)
'("x86_64-linux" "i686-linux"))
'(#:parallel-build? #f
#:parallel-tests? #f)
'())
;; Zero timestamps in liby.a; this must be done
;; explicitly here because the bootstrap Binutils don't
;; do that (default is "cru".)