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

[Xen-changelog] Trivial patch to fix x86_64 builds in which XEN_TARGET_ARCH



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 86af7d0a244d7e0c2101f286075ae078b47d67ca
# Parent  52f475fe17515c94c99c25d5d96d926524e1ae61
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@xxxxxxxxxxxxxxx>

diff -r 52f475fe1751 -r 86af7d0a244d tools/firmware/hvmloader/Makefile
--- a/tools/firmware/hvmloader/Makefile Fri Apr 14 11:05:03 2006
+++ b/tools/firmware/hvmloader/Makefile Fri Apr 14 13:19:05 2006
@@ -21,7 +21,7 @@
 # External CFLAGS can do more harm than good.
 CFLAGS :=
 
-XEN_TARGET_ARCH = x86_32
+override XEN_TARGET_ARCH = x86_32
 XEN_ROOT = ../../..
 include $(XEN_ROOT)/Config.mk
 
diff -r 52f475fe1751 -r 86af7d0a244d tools/firmware/vmxassist/Makefile
--- a/tools/firmware/vmxassist/Makefile Fri Apr 14 11:05:03 2006
+++ b/tools/firmware/vmxassist/Makefile Fri Apr 14 13:19:05 2006
@@ -21,7 +21,7 @@
 # External CFLAGS can do more harm than good.
 CFLAGS :=
 
-XEN_TARGET_ARCH = x86_32
+override XEN_TARGET_ARCH = x86_32
 XEN_ROOT = ../../..
 include $(XEN_ROOT)/Config.mk
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.