On Sat, 23 Oct 2021 at 20:16, Khem Raj <[email protected]> wrote: > + println!("cargo:rustc-cfg=crossbeam_no_atomic_64"); > + } else { > + // Otherwise, assuming `"max-atomic-width" == 64`. > ++ println!("cargo:rustc-cfg=crossbeam_no_atomic_64"); > + } > +SRC_URI:append:riscv32 = " file://riscv32-no-64bit-atomics.patch" >
The correct way to fix this is to adjust the target list in vendor/crossbeam-utils/no_atomic.rs. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#157307): https://lists.openembedded.org/g/openembedded-core/message/157307 Mute This Topic: https://lists.openembedded.org/mt/86541048/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
