commit: 8a78287818c1179a08d521c66355e193523a699f Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Mon May 16 06:21:22 2016 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Mon May 16 06:21:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8a782878
arch/x86/arch-config: bug #582318, explicitly set non-64bit so cross-compile works Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> arch/x86/arch-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/arch-config b/arch/x86/arch-config index bc91186..be9e37b 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
