diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-05-15 23:21:22 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-05-15 23:21:22 -0700 |
commit | 8a78287818c1179a08d521c66355e193523a699f (patch) | |
tree | 7bad55daafd55fc4bdebae42ebc9626351277f13 /arch | |
parent | gen_configkernel: bug #486366, fix virtio kconfig options. (diff) | |
download | genkernel-8a78287818c1179a08d521c66355e193523a699f.tar.gz genkernel-8a78287818c1179a08d521c66355e193523a699f.tar.bz2 genkernel-8a78287818c1179a08d521c66355e193523a699f.zip |
arch/x86/arch-config: bug #582318, explicitly set non-64bit so cross-compile works
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/arch-config | 3 |
1 files changed, 3 insertions, 0 deletions
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 |