diff mbox series

musl: Enable riscv32

Message ID 20250506061048.386052-1-raj.khem@gmail.com
State New
Headers show
Series musl: Enable riscv32 | expand

Commit Message

Khem Raj May 6, 2025, 6:10 a.m. UTC
Musl recipe points to recent tip of trunk (1.2.5+) where we now have riscv32
port merged [1], Enable riscv32 as supported arch for musl systems.

[1] https://git.musl-libc.org/cgit/musl/commit/?id=377c363fb5519a224682692004ecd3703c19df93

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/musl/musl.inc | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc
index 13f51bfde3c..ce45de2d234 100644
--- a/meta/recipes-core/musl/musl.inc
+++ b/meta/recipes-core/musl/musl.inc
@@ -25,9 +25,6 @@  MIPS_INSTRUCTION_SET = "mips"
 ARM_INSTRUCTION_SET:armv5 = "arm"
 ARM_INSTRUCTION_SET:armv4 = "arm"
 
-# 1.2.4 doesn't support riscv32
-COMPATIBLE_HOST:riscv32 = "null"
-
 # Enable out of tree build
 B = "${WORKDIR}/build"