summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/libvorbis/libvorbis_%.bbappend6
1 files changed, 4 insertions, 2 deletions
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 @@
1# | clang-7: error: unknown argument: '-mfused-madd' 1# On ppc32/spe targets (as of release 21) clang
2do_configure:prepend:toolchain-clang() { 2# does not support this option
3# | clang-21: error: unknown argument: '-mfused-madd'
4do_configure:prepend:powerpc:toolchain-clang() {
3 sed -i -e "s/-mfused-madd//g" ${S}/configure.ac 5 sed -i -e "s/-mfused-madd//g" ${S}/configure.ac
4} 6}