diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-14 15:29:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-15 10:55:26 +0100 |
commit | 420d5b161144d5cc39ae4555a9d14354ddd7c83a (patch) | |
tree | 7d7815274f6b366ff380fb4f62ff0511fa311515 /scripts/lib/devtool/build-image.py | |
parent | 4f7ad219f4b6f03ca43631a5346ac4d1a1570665 (diff) | |
download | poky-420d5b161144d5cc39ae4555a9d14354ddd7c83a.tar.gz |
gcc: Fix riscv multilib issues in plain toolchains
RISC-V multilib currently doesn't work at all. We could disable multilib for
the riscv platform but that would then behave differently to all our others.
Instead, copy the non-multilib config over the multilib config for now for
riscv, meaning we can keep the platforms similar.
This isn't quite enough as the triplet specific c++ headers are in the wrong
place leading to compiler issues and testimage failures. Work around that too
until someone adds full multilib support for the platform (if desired).
(From OE-Core rev: 3081f62c18fcee642ab43efa717c8f71d51ae587)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/build-image.py')
0 files changed, 0 insertions, 0 deletions