]> git.pld-linux.org Git - packages/qemu.git/blob - x32.patch
- updated to 7.0.0
[packages/qemu.git] / x32.patch
1 --- qemu-7.0.0/configure.orig   2022-10-02 20:59:57.508988228 +0200
2 +++ qemu-7.0.0/configure        2022-10-02 21:09:37.279180676 +0200
3 @@ -2705,7 +2705,7 @@ QEMU_GA_MSI_MINGW_DLL_PATH="$($pkg_confi
4  
5  # Mac OS X ships with a broken assembler
6  roms=
7 -if { test "$cpu" = "i386" || test "$cpu" = "x86_64"; } && \
8 +if { test "$cpu" = "i386" || test "$cpu" = "x86_64" || test "$cpu" = "x32"; } && \
9          test "$targetos" != "darwin" && test "$targetos" != "sunos" && \
10          test "$targetos" != "haiku" && test "$softmmu" = yes ; then
11      # Different host OS linkers have different ideas about the name of the ELF
This page took 0.060666 seconds and 3 git commands to generate.