On 29/09/21 15:58, Richard Henderson wrote:
> /usr/bin/ld: /usr/lib64/libselinux.so: error adding symbols: file in > wrong format > collect2: error: ld returned 1 exit status Missing libselinux-devel.i686 in tests/docker/dockerfiles/fedora-i386-cross.docker, I think? But additionally, incorrect package probing, I think.
Probably Meson deciding to look at --print-search-dirs and crossing fingers. But -m32 and other multilib flags should be added to config-meson.cross rather than QEMU_CFLAGS.
Paolo