xref: /OK3568_Linux_fs/yocto/meta-clang/recipes-multimedia/libvorbis/libvorbis_%.bbappend (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# | clang-7: error: unknown argument: '-mfused-madd'
2do_configure:prepend:toolchain-clang() {
3	sed -i -e "s/-mfused-madd//g" ${S}/configure.ac
4}
5