diff options
Diffstat (limited to 'gnu/packages/commencement.scm')
| -rw-r--r-- | gnu/packages/commencement.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 511516ad807..363c7afa717 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -2670,7 +2670,7 @@ exec " gcc "/bin/" program | |||
| 2670 | ;; The traditional bootstrap-inputs. For the i686-linux, x86_64-linux | 2670 | ;; The traditional bootstrap-inputs. For the i686-linux, x86_64-linux |
| 2671 | ;; Scheme-only bootstrap the actual reduced set with bootstrapped toolchain. | 2671 | ;; Scheme-only bootstrap the actual reduced set with bootstrapped toolchain. |
| 2672 | (match (%current-system) | 2672 | (match (%current-system) |
| 2673 | ((or "i686-linux" "x86_64-linux") | 2673 | ((or "i686-linux" "x86_64-linux" "riscv64-linux") |
| 2674 | (%boot-mesboot6-inputs)) | 2674 | (%boot-mesboot6-inputs)) |
| 2675 | (_ | 2675 | (_ |
| 2676 | (%bootstrap-inputs)))) | 2676 | (%bootstrap-inputs)))) |
