]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
musl: Enable riscv32
authorKhem Raj <raj.khem@gmail.com>
Tue, 6 May 2025 06:10:48 +0000 (23:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2025 09:27:41 +0000 (10:27 +0100)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/musl/musl.inc

index 13f51bfde3c49a8f0336a52cd25641560f6de0c8..ce45de2d234e1a2fc1f53d8e4eb4c11981a4f6f5 100644 (file)
@@ -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"