mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: bison-boot0: Update flags for riscv64-linux.
* gnu/packages/commencement.scm (bison-boot0)[arguments]: Update make-flags and configure-flags for riscv64-linux. Change-Id: Ia91d5453e8ccb124dab7f021810346fea2729220
This commit is contained in:
parent
24b0f152f0
commit
6d623283ce
1 changed files with 2 additions and 2 deletions
|
@ -3409,7 +3409,7 @@ (define bison-boot0
|
|||
#:make-flags `("ARFLAGS=crD"
|
||||
,,(match (%current-system)
|
||||
;; ranlib: '-D': No such file
|
||||
((or "i686-linux" "x86_64-linux")
|
||||
((or "i686-linux" "x86_64-linux" "riscv64-linux")
|
||||
"RANLIB=ranlib")
|
||||
(_
|
||||
"RANLIB=ranlib -D"))
|
||||
|
@ -3419,7 +3419,7 @@ (define bison-boot0
|
|||
;; Thus, use the Gnulib replacement instead. See
|
||||
;; <https://bugs.gnu.org/49367>.
|
||||
,@(match (%current-system)
|
||||
((or "i686-linux" "x86_64-linux")
|
||||
((or "i686-linux" "x86_64-linux" "riscv64-linux")
|
||||
'())
|
||||
(_
|
||||
'(#:configure-flags '("gl_cv_func_posix_spawn_works=no"))))
|
||||
|
|
Loading…
Reference in a new issue