pulseaudio: Pin to use GCC compiler

Inline assembly is not written in portable fashion

(From OE-Core rev: 6e5194d84ff3dbec3f355eeda99bc739ec98de1c)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2025-05-20 23:20:00 -07:00 committed by Richard Purdie
parent 6656317201
commit d57f98d428

View File

@ -74,6 +74,11 @@ USE_NLS = "yes"
# Helps tests for -msse fail on non-SSE architectures which is all non-x86
TUNE_CCARGS:append:toolchain-clang = " -Werror=unused-command-line-argument"
# mix_neon.c:179:9: error: invalid operand in inline asm: 'vld1.s32 ${0:h}, [$2]
# vld1.s32 ${1:h}, [$3] '
TOOLCHAIN:armv7ve = "gcc"
TOOLCHAIN:armv7a = "gcc"
EXTRA_OEMESON = "\
-Dhal-compat=false \
-Dorc=disabled \