diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-05 12:50:35 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-06 09:28:18 -0700 |
| commit | 482363083ad793b5b14b69b3b69eb67b107434b4 (patch) | |
| tree | c0b15fd9e3e91aab3b7899aa1634267cf9d9c28c | |
| parent | 006349d85aeb8ac71585a9939b9a6590e788a341 (diff) | |
| download | meta-clang-482363083ad793b5b14b69b3b69eb67b107434b4.tar.gz | |
libvorbis: Make bbappend ppc32 specific
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-multimedia/libvorbis/libvorbis_%.bbappend | 6 |
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 |
| 2 | do_configure:prepend:toolchain-clang() { | 2 | # does not support this option |
| 3 | # | clang-21: error: unknown argument: '-mfused-madd' | ||
| 4 | do_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 | } |
