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

[Xen-changelog] [xen stable-4.10] Don't build xen-shim for 32 bit build host



commit bc513e82eda0fb0e451dc327af15632e48a8c10d
Author:     Wei Liu <wei.liu2@xxxxxxxxxx>
AuthorDate: Tue Jan 16 18:56:45 2018 +0000
Commit:     Wei Liu <wei.liu2@xxxxxxxxxx>
CommitDate: Mon Mar 5 15:27:41 2018 +0000

    Don't build xen-shim for 32 bit build host
    
    Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
    (cherry picked from commit 36c560e7f38130f12a36e8b66b0785fb655fe893)
---
 tools/firmware/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index 9387cc0878..b2f011df49 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -1,7 +1,9 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
+ifneq ($(XEN_TARGET_ARCH),x86_32)
 CONFIG_PV_SHIM := y
+endif
 
 # hvmloader is a 32-bit protected mode binary.
 TARGET      := hvmloader/hvmloader
--
generated by git-patchbot for /home/xen/git/xen.git#stable-4.10

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog

 


Rackspace

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