David Lively
2006-Apr-13 14:55 UTC
[Xen-devel] [PATCH] fix x86_64 builds that explicitly specify XEN_TARGET_ARCH
Trivial patch to fix x86_64 builds in which XEN_TARGET_ARCH is specified on the make command line, e.g.: make XEN_TARGET_ARCH=x86_64 This busted the vmxassist and hvmloader builds, which must be done -m32. Using "override" in the vmxassist/hvmloader Makefiles fixes the problem by not allowing this to be overridden from the command line. Signed-off-by: Dave Lively <dlively@virtualiron.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel