On Wed, 20 Jul 2022 at 12:00, Marko Lindqvist <[email protected]> wrote: > How much difference is there between x32 and riscv32 in upstreams? As > they would trip on the same issues, one would assume that if the issue > is fixed for one, it gets fixed for the other too. > But might be that relevant upstreams need to have much of the code > duplicated (fixing one copy does not fix the other)
The fixing is often wrapped in target-specific conditionals, and so fixing one does not address the other, until the conditional is expanded with additional or statements, or checks are done from first principles (e.g. actual type sizes). Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#168355): https://lists.openembedded.org/g/openembedded-core/message/168355 Mute This Topic: https://lists.openembedded.org/mt/92500906/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
