From 8a78287818c1179a08d521c66355e193523a699f Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 15 May 2016 23:21:22 -0700 Subject: arch/x86/arch-config: bug #582318, explicitly set non-64bit so cross-compile works Signed-off-by: Robin H. Johnson --- arch/x86/arch-config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch') diff --git a/arch/x86/arch-config b/arch/x86/arch-config index bc91186e..be9e37b8 100644 --- a/arch/x86/arch-config +++ b/arch/x86/arch-config @@ -1,3 +1,6 @@ +# CONFIG_64BIT is not set +# CONFIG_X86_64 is not set +CONFIG_X86=y CONFIG_XEN_DEV_EVTCHN=m CONFIG_XEN_SYS_HYPERVISOR=y CONFIG_HIGHMEM64G=y -- cgit v1.2.3-65-gdbad