Skip to content

Commit

Permalink
libvorbis: Remove -mfused-madd for clang
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Sep 12, 2018
1 parent acdbb64 commit 2ae520a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes-multimedia/libvorbis/libvorbis_%.bbappend
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 2ae520a

Please sign in to comment.