Searched full:ccache (Results 1 – 4 of 4) sorted by relevance
4 # instance "/some/path/ccache /other/path/arm-linux-gnueabihf-").5 # We try to extract any ccache command if present.13 ccache-cmd := $(if $(findstring ccache,$(CROSS_COMPILE_$(sm))),$(firstword $(CROSS_COMPILE_$(sm))) …15 CC$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)clang $(clang-target-opt)19 CPP$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)clang $(clang-target-opt) -E20 LD$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)ld.lld22 AR$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)llvm-ar
334 export CROSS_COMPILE64="ccache riscv64-linux-gnu-"352 path: /github/home/.cache/ccache368 export CROSS_COMPILE32="ccache arm-linux-gnueabihf-"369 export CROSS_COMPILE64="ccache aarch64-linux-gnu-"374 ccache -s -v376 ccache -s -v441 path: /home/runner/work/ccache451 -v /home/runner/work/ccache:/root/.cache/ccache \458 export BR2_CCACHE_DIR=/root/.cache/ccache[all...]
9 ccache \
25 _LINE_PATTERN = r'^old-cmd[^ ]* := (?:/usr/bin/ccache )?(.*) -c (\S+)'