1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-05 14:49:18 +01:00
Files
u-boot-megous/arch
Dan Carpenter 0cff87c90c 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>
2024-03-13 12:40:43 -04:00
..
2024-03-01 14:44:36 +00:00
2024-01-16 17:05:29 -05:00