Skip to content
Commit 0cff87c9 authored by Dan Carpenter's avatar Dan Carpenter Committed by Tom Rini
Browse files

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: default avatarDan Carpenter <dan.carpenter@linaro.org>
parent 24c4ac84
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment