diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-25 11:36:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-31 10:40:07 +0100 |
commit | 63232293428b14d70cbd2f700b1d34aade6f9c70 (patch) | |
tree | 84316dfd3a93138a4be60413f3246ae161cf515b /documentation/_templates | |
parent | a19e278f2ec5fed8b4647c7541254bcb96bcdabc (diff) | |
download | poky-63232293428b14d70cbd2f700b1d34aade6f9c70.tar.gz |
rust: Fix crossbeam-utils for arches without atomics
crossbeam-utils tries to use the triplet to look up whether the target
supports various forms of atomics. We use TARGET_VENDOR and not "-unknown"
in the target case which means this fails and breaks platforms like mips
and powerpc 32 bit. Add a patch to handle TARGET_VENDOR in this case.
(From OE-Core rev: 5d8c01dfed4c82fcc5d504c728a51fb98a262300)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/_templates')
0 files changed, 0 insertions, 0 deletions