]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Do not set -march for arm64 for libatomic
authorKhem Raj <raj.khem@gmail.com>
Thu, 14 May 2020 05:03:19 +0000 (22:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2020 15:24:15 +0000 (16:24 +0100)
commita5331c5a8bbe63c6c2e56ebec496b28968d4663d
treeb900832af098d241aa6b70deef13b13e9d7ad388
parent03b04fcfa5549a54fe6f335df14433934a7d5128
gcc: Do not set -march for arm64 for libatomic

libatomic has mind of its own when it comes to setting -march for arm64
which conflicts with -mcpu option we pass from environment in some cases
since we always pass -march/-mcpu in OE, its safe to remove this option

mcpu removal from cortex-a55 is no longer needed since the option
conflict is now removed from libatomic instead

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-10.1.inc
meta/recipes-devtools/gcc/gcc-10.1/0039-libatomic-Do-not-enforce-march-on-aarch64.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-runtime.inc