guix_mirror_bot pushed a commit to branch wip-riscv-bootstrap in repository guix.
commit 18b1d67ba14d0ab877258466b05a2ce89ba7d23d Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Mon Oct 21 14:48:42 2024 +0300 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 --- gnu/packages/commencement.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index b7e94b757c..f9b7b2b845 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -2153,8 +2153,10 @@ ac_cv_c_float_format='IEEE (little-endian)' (sha256 (base32 "03d5y7jabq7p2s7ys9alay9446mm7i5g2wvy8nlicardgb6b6ii1")))) - (native-inputs (%boot-mesboot2-inputs)) - (supported-systems '("i686-linux" "x86_64-linux")) + (native-inputs + (if (target-x86?) + (%boot-mesboot2-inputs) + (%boot-muslboot2-inputs))) (inputs '()) (propagated-inputs '()) (arguments