[kvm-devel] [PATCH] Allow for Cross compile of user tools

2007-10-01 Thread Jerone Young
This is the first of many patches to begin to make kvm source a lot better for compiling for other architecture support (that is not x86 or x86-64). This patch makes it possible so that someone on an x86 machine can cross compile for an x86-64 machine and vice versa. So now you will have config-$(

Re: [kvm-devel] [PATCH] Allow for Cross compile of user tools

2007-10-01 Thread Avi Kivity
Jerone Young wrote: > This is the first of many patches to begin to make kvm source a lot > better for compiling for other architecture support (that is not x86 or > x86-64). > > This patch makes it possible so that someone on an x86 machine can cross > compile for an x86-64 machine and vice versa.

Re: [kvm-devel] [PATCH] Allow for Cross compile of user tools

2007-10-02 Thread Jerone Young
On Tue, 2007-10-02 at 07:59 +0200, Avi Kivity wrote: > Jerone Young wrote: > > This is the first of many patches to begin to make kvm source a lot > > better for compiling for other architecture support (that is not x86 or > > x86-64). > > > > This patch makes it possible so that someone on an x86