]> code.ossystems Code Review - openembedded-core.git/commit
gcc-runtime: Avoid march conflicts with newer cortex-a55 CPUs
authorKhem Raj <raj.khem@gmail.com>
Tue, 5 May 2020 23:59:47 +0000 (16:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 May 2020 14:19:56 +0000 (15:19 +0100)
commit882df891e13ce5c64718c364efb9ef2bf189eabf
tree339f82a08d51e0d1b737b15628b8b7fe85826031
parentfd4a454b5a357c7a26792bf486212957c698839c
gcc-runtime: Avoid march conflicts with newer cortex-a55 CPUs

gcc-runtime/libatomic explicitly add -march=armv8-a+lse for all arch64
but cortex-a55 is armv8.2-a, which essentially conflicts, so let gcc
override it by not forcing the -mcpu option from TUNE_CCARGS

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-runtime.inc