diff options
author | Esben Haabendal <esben.haabendal@huawei.com> | 2022-04-12 13:41:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 8a09a018537ed90f1e0507b512a1439365780d5c (patch) | |
tree | a36089f6c82d70a1623339e1b23bd1e06d482192 /classes/clang.bbclass | |
parent | c214e797d8ae51c4495737df4004a6b757b64194 (diff) | |
download | meta-clang-8a09a018537ed90f1e0507b512a1439365780d5c.tar.gz |
compiler-rt: Build builtins only for the default target
We were never really supposed to build for multiple target architectures in one
compiler-rt build, so let's use the feature created to do exactly that.
This also happens to fix building for ARM softfp ABI builds, where the target
architecture guessing logics ends up with:
-- Builtin supported architectures: arm;armv6m
And later on bailing out because of duplicate ninja rules:
ninja: error: build.ninja:56765: multiple rules generate lib/clang/14.0.0/lib/linux/libclang_rt.builtins-arm.a [-w dupbuild=err]
Signed-off-by: Esben Haabendal <esben.haabendal@huawei.com>
(cherry picked from commit 74c7f6524cddd258f916e8e4acfb9e49d1870b65)
Diffstat (limited to 'classes/clang.bbclass')
0 files changed, 0 insertions, 0 deletions