From 2ae520aa17fac154004aec15a14fb073cc0d57bd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Sep 2018 10:06:19 -0700 Subject: libvorbis: Remove -mfused-madd for clang Signed-off-by: Khem Raj --- recipes-multimedia/libvorbis/libvorbis_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-multimedia/libvorbis/libvorbis_%.bbappend diff --git a/recipes-multimedia/libvorbis/libvorbis_%.bbappend b/recipes-multimedia/libvorbis/libvorbis_%.bbappend new file mode 100644 index 0000000..c6fe98c --- /dev/null +++ b/recipes-multimedia/libvorbis/libvorbis_%.bbappend @@ -0,0 +1,4 @@ +# | clang-7: error: unknown argument: '-mfused-madd' +do_configure_prepend_toolchain-clang() { + sed -i -e "s/-mfused-madd//g" ${S}/configure.ac +} -- cgit v1.2.3-54-g00ecf