From 482363083ad793b5b14b69b3b69eb67b107434b4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 5 Aug 2025 12:50:35 -0700 Subject: libvorbis: Make bbappend ppc32 specific Signed-off-by: Khem Raj --- recipes-multimedia/libvorbis/libvorbis_%.bbappend | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes-multimedia') diff --git a/recipes-multimedia/libvorbis/libvorbis_%.bbappend b/recipes-multimedia/libvorbis/libvorbis_%.bbappend index bfc832f..d6d55da 100644 --- a/recipes-multimedia/libvorbis/libvorbis_%.bbappend +++ b/recipes-multimedia/libvorbis/libvorbis_%.bbappend @@ -1,4 +1,6 @@ -# | clang-7: error: unknown argument: '-mfused-madd' -do_configure:prepend:toolchain-clang() { +# On ppc32/spe targets (as of release 21) clang +# does not support this option +# | clang-21: error: unknown argument: '-mfused-madd' +do_configure:prepend:powerpc:toolchain-clang() { sed -i -e "s/-mfused-madd//g" ${S}/configure.ac } -- cgit v1.2.3-54-g00ecf