Select CONFIG_64BIT so that we pass the -m64 option (instead of -m32) to static analysis tools.
Signed-off-by: Dan Carpenter <dan.carpen...@linaro.org> --- arch/sandbox/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 0ce77de2fcb4..c431da60e8c4 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -12,6 +12,7 @@ config SYS_CPU config SANDBOX64 bool "Use 64-bit addresses" + select 64BIT select PHYS_64BIT depends on HOST_64BIT -- 2.43.0