X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=x32.patch;h=54e6a61f51738b66d2c7d9f0c095d8741b49e8c1;hb=c49c625688e80e7516cb67d5c03234390448e3ad;hp=beee3deda90b63a5e603ce6b214a453448a5cda7;hpb=0652bf3563918ba890a7eb4a6c20bd7d78938832;p=packages%2Fqemu.git diff --git a/x32.patch b/x32.patch index beee3de..54e6a61 100644 --- a/x32.patch +++ b/x32.patch @@ -1,33 +1,14 @@ --- qemu-2.2.0/configure~ 2015-03-26 19:52:14.000000000 +0100 +++ qemu-2.2.0/configure 2015-03-26 19:56:34.255072716 +0100 -@@ -1904,7 +1904,7 @@ - - if test "$seccomp" != "no" ; then - case "$cpu" in -- i386|x86_64) -+ i386|x86_64|x32) - libseccomp_minver="2.1.0" - ;; - arm|aarch64) -@@ -2932,7 +2932,7 @@ - ########################################## - # TPM passthrough is only on x86 Linux - --if test "$targetos" = Linux && test "$cpu" = i386 -o "$cpu" = x86_64; then -+if test "$targetos" = Linux && test "$cpu" = i386 -o "$cpu" = x86_64 -o "$cpu" = x32; then - tpm_passthrough=$tpm - else - tpm_passthrough=no -@@ -4161,7 +4161,7 @@ +@@ -6148,7 +6148,7 @@ # Mac OS X ships with a broken assembler roms= --if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \ -+if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" -o "$cpu" = "x32" \) -a \ - "$targetos" != "Darwin" -a "$targetos" != "SunOS" -a \ - "$softmmu" = yes ; then - roms="optionrom" - +-if { test "$cpu" = "i386" || test "$cpu" = "x86_64"; } && \ ++if { test "$cpu" = "i386" || test "$cpu" = "x86_64" || test "$cpu" = "x32"; } && \ + test "$targetos" != "Darwin" && test "$targetos" != "SunOS" && \ + test "$softmmu" = yes ; then + # Different host OS linkers have different ideas about the name of the ELF --- qemu-2.6.0/include/qemu/atomic.h~ 2016-07-17 18:37:57.000000000 +0200 +++ qemu-2.6.0/include/qemu/atomic.h 2016-07-17 18:38:33.485893530 +0200 @@ -20,7 +20,7 @@