[PATCH 0/2] Select CONFIG_64BIT for sandbox64 and x86_64

Dan Carpenter dan.carpenter at linaro.org
Tue Mar 5 16:16:03 CET 2024


I had previously set CONFIG_64BIT for arm64.  This patchset does the
same thing for sandbox64 and x86_64.  (Mips and riscv were already
doing it).  This CONFIG option is used in the Makefile to determine
if it's a 32 or 64 bit system for the CHECKER.

Makefile
  1052  # the checker needs the correct machine size
  1053  CHECKFLAGS += $(if $(CONFIG_64BIT),-m64,-m32)

Dan Carpenter (2):
  sandbox: select CONFIG_64BIT for SANDBOX64
  sandbox: select CONFIG_64BIT for X86_64

 arch/sandbox/Kconfig | 1 +
 arch/x86/Kconfig     | 1 +
 2 files changed, 2 insertions(+)

-- 
2.43.0



More information about the U-Boot mailing list