]> git.pld-linux.org Git - packages/qemu.git/blame - x32.patch
- updated to 7.0.0
[packages/qemu.git] / x32.patch
CommitLineData
ccd394c8
JB
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
d80aea98
JR
4
5 # Mac OS X ships with a broken assembler
6 roms=
2f80d753
JP
7-if { test "$cpu" = "i386" || test "$cpu" = "x86_64"; } && \
8+if { test "$cpu" = "i386" || test "$cpu" = "x86_64" || test "$cpu" = "x32"; } && \
ccd394c8
JB
9 test "$targetos" != "darwin" && test "$targetos" != "sunos" && \
10 test "$targetos" != "haiku" && test "$softmmu" = yes ; then
2f80d753 11 # Different host OS linkers have different ideas about the name of the ELF
This page took 1.335425 seconds and 4 git commands to generate.