]> code.ossystems Code Review - openembedded-core.git/commit
ccache: Fix build on aarch64/clang
authorKhem Raj <raj.khem@gmail.com>
Tue, 5 Jan 2021 22:06:38 +0000 (14:06 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jan 2021 10:02:32 +0000 (10:02 +0000)
commit0dea25b4296a66ec5c6d7bf5250ae0090e9b4016
tree5d28217978ddf75f168283b2e5dbb7ac39ca366d
parentd96bb907652bd83abc1386555a93678dd64ced4f
ccache: Fix build on aarch64/clang

asm option checks in cmake gets it wrong to just check compiler options
to decide if SSE/AVX is supported, this accidentally then succeeds on
aarch64 and ends up compiler failures on aarch64 with clang

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/ccache/ccache/0001-blake3-Remove-asm-checks-for-sse-avx.patch [new file with mode: 0644]
meta/recipes-devtools/ccache/ccache_4.1.bb