Anthony Liguori wrote:
> This looks like a typo.  I think the intention of the if is to normalize
> i[3456]86 to i386 since that's the target name for QEMU.
>
> Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]>
>
> diff --git a/configure b/configure
> index d9292fe..e4d1ec6 100755
> --- a/configure
> +++ b/configure
> @@ -74,7 +74,7 @@ fi
>  
>  target_cpu() {
>      if [[ $(uname -m) = i?86 ]]; then
> -     echo x86_64
> +     echo i386
>      else
>       uname -m
>      fi
>   

This is intentional.  It allows migration from 32-bit hosts to 64-bit 
hosts.  Another side effect is that 64-bit guests can be run on 64-bit 
hosts with 32-bit userspace.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to