diff -ur qemu-6.2.0.orig/configure qemu-6.2.0/configure --- qemu-6.2.0.orig/configure 2022-01-23 13:48:29.104596968 +0100 +++ qemu-6.2.0/configure 2022-01-23 13:48:53.080645444 +0100 @@ -3349,7 +3349,7 @@ # Mac OS X ships with a broken assembler roms= -if { test "$cpu" = "i386" || test "$cpu" = "x86_64"; } && \ +if { test "$cpu" = "i386" || test "$cpu" = "x86_64" || test "$cpu" = "x32"; } && \ test "$targetos" != "Darwin" && test "$targetos" != "SunOS" && \ test "$targetos" != "Haiku" && test "$softmmu" = yes ; then # Different host OS linkers have different ideas about the name of the ELF