<p dir="ltr"><br>
On 11 Sep 2012 15:19, "Hans de Goede" <<a href="mailto:hdegoede@redhat.com">hdegoede@redhat.com</a>> wrote:<br>
><br>
> ACK!<br>
><br>
><br>
> On 09/11/2012 02:14 PM, Christophe Fergeau wrote:<br>
>><br>
>> From: Peter Robinson <<a href="mailto:pbrobinson@gmail.com">pbrobinson@gmail.com</a>></p>
<p dir="ltr">Can I have this committed as <a href="mailto:pbrobinson@redhat.com">pbrobinson@redhat.com</a> if its not too late?</p>
<p dir="ltr">Peter</p>
<p dir="ltr">>> The following patch enables it to build on ARM platforms that support<br>
>> atomics. Tested on an armv7hl on an ARMv7 device running Fedora 18. Using<br>
>> firefox connecting to a RHEV-M instance I could launch consoles in<br>
>> spice-xpi and login so basic support works!<br>
>><br>
>> Resolves: rhbz#613529<br>
>> ---<br>
>> <a href="http://configure.ac">configure.ac</a> | 4 ++--<br>
>> 1 file changed, 2 insertions(+), 2 deletions(-)<br>
>><br>
>> diff --git a/<a href="http://configure.ac">configure.ac</a> b/<a href="http://configure.ac">configure.ac</a><br>
>> index 3882fb6..1c57110 100644<br>
>> --- a/<a href="http://configure.ac">configure.ac</a><br>
>> +++ b/<a href="http://configure.ac">configure.ac</a><br>
>> @@ -59,9 +59,9 @@ AC_SUBST(SPICE_LT_VERSION)<br>
>><br>
>> # Check for the CPU we are using<br>
>> #<br>
>> -AC_MSG_CHECKING(for x86 or x86-64 platform)<br>
>> +AC_MSG_CHECKING(for x86, x86-64 or armv6+ platform)<br>
>> case $host_cpu in<br>
>> - i386|i486|i586|i686|i786|k6|k7|arm|armv7)<br>
>> + i386|i486|i586|i686|i786|k6|k7|armv6|armv6l|armv6hl|armv7|armv7l|armv7hl)<br>
>> variant=32<br>
>> ;;<br>
>> x86_64)<br>
>><br>
</p>