]> git.pld-linux.org Git - packages/qemu.git/blob - x32.patch
- updated BRs, package LICENSE
[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 @@ -1819,7 +1819,7 @@
4  # libseccomp check
5  
6  if test "$seccomp" != "no" ; then
7 -    if test "$cpu" = "i386" || test "$cpu" = "x86_64" &&
8 +    if test "$cpu" = "i386" || test "$cpu" = "x86_64" || test "$cpu" = "x32" &&
9          $pkg_config --atleast-version=2.1.1 libseccomp; then
10          libs_softmmu="$libs_softmmu `$pkg_config --libs libseccomp`"
11          QEMU_CFLAGS="$QEMU_CFLAGS `$pkg_config --cflags libseccomp`"
12 @@ -2932,7 +2932,7 @@
13  ##########################################
14  # TPM passthrough is only on x86 Linux
15  
16 -if test "$targetos" = Linux && test "$cpu" = i386 -o "$cpu" = x86_64; then
17 +if test "$targetos" = Linux && test "$cpu" = i386 -o "$cpu" = x86_64 -o "$cpu" = x32; then
18    tpm_passthrough=$tpm
19  else
20    tpm_passthrough=no
21 @@ -4161,7 +4161,7 @@
22  
23  # Mac OS X ships with a broken assembler
24  roms=
25 -if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \
26 +if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" -o "$cpu" = "x32" \) -a \
27          "$targetos" != "Darwin" -a "$targetos" != "SunOS" -a \
28          "$softmmu" = yes ; then
29    roms="optionrom"
30
This page took 0.047879 seconds and 3 git commands to generate.