mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
6656317201
commit
d57f98d428
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user