qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 11/19] configure xen in a single place


From: Juan Quintela
Subject: [Qemu-devel] Re: [PATCH 11/19] configure xen in a single place
Date: Thu, 02 Jul 2009 19:06:34 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Christoph Egger <address@hidden> wrote:
>
> If 'target_cpu' is set by 'uname -m' then this has to be
>
> +  i386|x86_64|amd64)
>
> or you will break *BSD, otherwise.

configure has this bit previously.

case "$cpu" in
  i386|i486|i586|i686|i86pc|BePC)
    cpu="i386"
  ;;
  x86_64|amd64)
    cpu="x86_64"

Later, Juan.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]