From: Andrew Goodbody Date: Mon, 16 Dec 2024 18:07:34 +0000 (+0000) Subject: sandbox: select CONFIG_64BIT for sandbox X-Git-Tag: v2025.04-rc1~17^2~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb9b3524a8963e0ac6020b05fafe810d798ba35;p=pandora-u-boot.git sandbox: select CONFIG_64BIT for sandbox Select CONFIG_64BIT so that we pass the -m64 option (instead of -m32) to static analysis tools. Reviewed-by: Simon Glass Signed-off-by: Dan Carpenter Signed-off-by: Andrew Goodbody --- diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 1c8353d6156..db29ca14bdf 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -46,6 +46,7 @@ config HOST_32BIT config HOST_64BIT def_bool $(cc-define,_LP64) + select 64BIT config HOST_HAS_SDL def_bool $(success,sdl2-config --version)