diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-17 10:54:28 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-07-28 10:00:02 +0300 |
| commit | 01d4439f044953bdfd5c5c904c07da5e614495d7 (patch) | |
| tree | 52da416cc101c34a5819495cc70f1664c57264d5 /gnu | |
| parent | 3329719c46c5fe558d5ec217a787055b5376385b (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/commencement.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 7d74941d83f..6cb44ae726e 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -3466,7 +3466,7 @@ exec " gcc "/bin/" program | |||
| 3466 | #:make-flags `("ARFLAGS=crD" | 3466 | #:make-flags `("ARFLAGS=crD" |
| 3467 | ,,(match (%current-system) | 3467 | ,,(match (%current-system) |
| 3468 | ;; ranlib: '-D': No such file | 3468 | ;; ranlib: '-D': No such file |
| 3469 | ((or "i686-linux" "x86_64-linux") | 3469 | ((or "i686-linux" "x86_64-linux" "riscv64-linux") |
| 3470 | "RANLIB=ranlib") | 3470 | "RANLIB=ranlib") |
| 3471 | (_ | 3471 | (_ |
| 3472 | "RANLIB=ranlib -D")) | 3472 | "RANLIB=ranlib -D")) |
| @@ -3476,7 +3476,7 @@ exec " gcc "/bin/" program | |||
| 3476 | ;; Thus, use the Gnulib replacement instead. See | 3476 | ;; Thus, use the Gnulib replacement instead. See |
| 3477 | ;; <https://bugs.gnu.org/49367>. | 3477 | ;; <https://bugs.gnu.org/49367>. |
| 3478 | ,@(match (%current-system) | 3478 | ,@(match (%current-system) |
| 3479 | ((or "i686-linux" "x86_64-linux") | 3479 | ((or "i686-linux" "x86_64-linux" "riscv64-linux") |
| 3480 | '()) | 3480 | '()) |
| 3481 | (_ | 3481 | (_ |
| 3482 | '(#:configure-flags '("gl_cv_func_posix_spawn_works=no")))) | 3482 | '(#:configure-flags '("gl_cv_func_posix_spawn_works=no")))) |
