Skip to content

Commit 0a78327

Browse files
committed
tools: labs: Bring back CONFIG_64BIT is not set
Using ARCH=x86 unifies i386 and x86_64 architecture and lets the build system to decide between 32/64 bits based on .config file. Commit 86b869d ("tools: labs: Enable VIRTO_PCI") removed this line: -# CONFIG_64BIT is not set which apparently it is very important. It decides 32 vs 64 bit compilation. Bring it back so that with our default kernel_config.x86 config we will always compile for 32 bits. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent 86b869d commit 0a78327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/labs/qemu/kernel_config.x86

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
CONFIG_BLK_DEV_INITRD=y
55
# CONFIG_COMPAT_BRK is not set
66
CONFIG_SLAB=y
7+
# CONFIG_64BIT is not set
78
CONFIG_SMP=y
89
# CONFIG_X86_EXTENDED_PLATFORM is not set
910
# CONFIG_SCHED_OMIT_FRAME_POINTER is not set

0 commit comments

Comments
 (0)