WRL7 i686 self hosted is an officially support build host, but configure fails with error message "Only x86_64 build hosts supported"
add --enable-unsupported-host=i686 to configure options
# create self hosted image configure --enable-board=qemux86 --enable-kernel=standard \ --enable-rootfs=glibc-std+self-hosted # install image, start in qemu or create container # access wrl7 source and run configure inside self hosted image configure --enable-board=intel-x86-64 --enable-kernel=standard \ --enable-rootfs=glibc-std