mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 18:34:42 +00:00
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 <sjg@chromium.org> Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
This commit is contained in:
parent
99afa58e6d
commit
bcb9b3524a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue