|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Fix 64-bit foreign header check
On 15/8/07 15:20, "john.levon@xxxxxxx" <john.levon@xxxxxxx> wrote:
> Fix 64-bit foreign header check
>
> If a 64-bit build is chosen, we need to compile the checker program with -m64.
> Use CFLAGS instead of HOSTCFLAGS (this check doesn't work under a
> cross-compile anyway).
Won't gcc produce 64-bit binaries by default in a 64-bit environment? Which
must be the case if you have TARGET_ARCH==COMPILE_ARCH, and the target arch
is 64-bit.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|