tree: Replace scan-build by clang-tidy

Change-Id: I0e59a1667759723bbf8d76232e7e5375837d2e9a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87908
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Elyes Haouas 2025-06-01 15:54:13 +02:00 committed by Martin L Roth
commit ef10e93e0a
8 changed files with 71 additions and 59 deletions

View file

@ -31,7 +31,7 @@ else
MARCH_SUFFIX=
endif
ifeq ($(CCC_ANALYZER_OUTPUT_FORMAT),)
ifeq ($(CLANG_TIDY),)
riscv_flags += -march=$(CONFIG_RISCV_ARCH)$(MARCH_SUFFIX) -mabi=$(CONFIG_RISCV_ABI) -mcmodel=$(CONFIG_RISCV_CODEMODEL)
simple_riscv_flags += -march=$(CONFIG_RISCV_ARCH) -mabi=$(CONFIG_RISCV_ABI) -mcmodel=$(CONFIG_RISCV_CODEMODEL)
else