]> git.pld-linux.org Git - packages/qemu.git/blame - x32.patch
- updated to 6.2.0; -system-moxie is gone
[packages/qemu.git] / x32.patch
CommitLineData
d80aea98
JR
1--- qemu-2.2.0/configure~ 2015-03-26 19:52:14.000000000 +0100
2+++ qemu-2.2.0/configure 2015-03-26 19:56:34.255072716 +0100
2f80d753 3@@ -6148,7 +6148,7 @@
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"; } && \
9 test "$targetos" != "Darwin" && test "$targetos" != "SunOS" && \
92618e32 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 0.073075 seconds and 4 git commands to generate.