diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-10-21 14:48:42 +0300 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2026-01-28 21:47:39 +0100 |
| commit | 5f55392d505bbd40f48a2e0754a7cd37a56ab7b2 (patch) | |
| tree | 67ff1d888e3ad0cefe564c4f9693b1c9003efe6b /gnu | |
| parent | a6ef00e0e79bcc1718422d3267ced4688fcfe1b6 (diff) | |
gnu: gawk-mesboot: Support building on riscv64-linux.
* gnu/packages/commencement.scm (gawk-mesboot)[supported-systems]:
Remove field.
[native-inputs]: Use %boot-mesboot2-inputs or %boot-muslboot2-inputs
depending on which system it is being built for.
Change-Id: If4f2635cb2e651eedae6291dca0eddd4f5caea60
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/commencement.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 29b4701680c..bd0a7c98274 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -2153,8 +2153,10 @@ ac_cv_c_float_format='IEEE (little-endian)' | |||
| 2153 | (sha256 | 2153 | (sha256 |
| 2154 | (base32 | 2154 | (base32 |
| 2155 | "03d5y7jabq7p2s7ys9alay9446mm7i5g2wvy8nlicardgb6b6ii1")))) | 2155 | "03d5y7jabq7p2s7ys9alay9446mm7i5g2wvy8nlicardgb6b6ii1")))) |
| 2156 | (native-inputs (%boot-mesboot2-inputs)) | 2156 | (native-inputs |
| 2157 | (supported-systems '("i686-linux" "x86_64-linux")) | 2157 | (if (target-x86?) |
| 2158 | (%boot-mesboot2-inputs) | ||
| 2159 | (%boot-muslboot2-inputs))) | ||
| 2158 | (inputs '()) | 2160 | (inputs '()) |
| 2159 | (propagated-inputs '()) | 2161 | (propagated-inputs '()) |
| 2160 | (arguments | 2162 | (arguments |
