]> git.pld-linux.org Git - packages/qemu.git/blame - x32.patch
- fixed -system-tricore description
[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
b04eac96
JR
12--- qemu-2.6.0/include/qemu/atomic.h~ 2016-07-17 18:37:57.000000000 +0200
13+++ qemu-2.6.0/include/qemu/atomic.h 2016-07-17 18:38:33.485893530 +0200
14@@ -20,7 +20,7 @@
5bfaccb7
JP
15 (unsigned short)1, \
16 (expr)+0))))))
b04eac96
JR
17
18-#ifdef __ATOMIC_RELAXED
19+#if defined(__ATOMIC_RELAXED) && !defined(__ILP32__)
20 /* For C11 atomic ops */
21
22 /* Manual memory barriers
This page took 0.134234 seconds and 4 git commands to generate.