diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-02 18:32:12 +1100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-05-02 18:32:36 +1100 |
commit | a1f68f259d5d5954192b3a1497c960972e9be4fe (patch) | |
tree | d7f65d49f039242eca3d0e2f44a589f86866a00b | |
parent | Revert "portage/isos/package.use: enable sse2 for rust-bin on x86" (diff) | |
download | releng-a1f68f259d5d5954192b3a1497c960972e9be4fe.tar.gz releng-a1f68f259d5d5954192b3a1497c960972e9be4fe.tar.bz2 releng-a1f68f259d5d5954192b3a1497c960972e9be4fe.zip |
Enable riscv32 musl builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | tools/catalyst-auto-qemu-riscv.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 63d79a05..d88df515 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -21,16 +21,16 @@ SETS=" multilib_systemd_23 ilp32d_openrc_23 ilp32d_systemd_23 + ilp32d_musl_23 ilp32_openrc_23 ilp32_systemd_23 + ilp32_musl_23 lp64d_openrc lp64d_musl lp64_openrc lp64_musl multilib_openrc " -# ilp32d_musl_23 -# ilp32_musl_23 SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec" SET_lp64d_openrc_SPECS="stage1-lp64d-openrc.spec stage3-lp64d-openrc.spec" |