commit | 391b84e1bdf1cd3183847af5207249042d71d71c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@linaro.org> | Mon Mar 04 10:04:29 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 13 12:40:43 2024 -0400 |
tree | f1417067fd47105d5292c723c2df48a26007642b | |
parent | 13ec9f8555bd639ed54cd5485a2080ab7725f350 [diff] |
arm64: Enable CONFIG_64BIT for static analysis In the Makefile there is a line that says this: # the checker needs the correct machine size CHECKFLAGS += $(if $(CONFIG_64BIT),-m64,-m32) Set CONFIG_64BIT for ARM64 so that we pass -m64 to the static checkers instead of -m32. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>