]> git.pld-linux.org Git - packages/qemu.git/blob - x32.patch
- updated to 6.2.0; -system-moxie is gone
[packages/qemu.git] / x32.patch
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
3 @@ -6148,7 +6148,7 @@
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.040618 seconds and 3 git commands to generate.