Home
last modified time | relevance | path

Searched full:ccache (Results 1 – 4 of 4) sorted by relevance

/optee_os/mk/
H A Dclang.mk4 # 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) -E
20 LD$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)ld.lld
22 AR$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)llvm-ar
/optee_os/.github/workflows/
H A Dci.yml334 export CROSS_COMPILE64="ccache riscv64-linux-gnu-"
352 path: /github/home/.cache/ccache
368 export CROSS_COMPILE32="ccache arm-linux-gnueabihf-"
369 export CROSS_COMPILE64="ccache aarch64-linux-gnu-"
374 ccache -s -v
376 ccache -s -v
441 path: /home/runner/work/ccache
451 -v /home/runner/work/ccache:/root/.cache/ccache \
458 export BR2_CCACHE_DIR=/root/.cache/ccache
[all...]
/optee_os/.devcontainer/
H A DDockerfile.vscode9 ccache \
/optee_os/scripts/
H A Dgen_compile_commands.py25 _LINE_PATTERN = r'^old-cmd[^ ]* := (?:/usr/bin/ccache )?(.*) -c (\S+)'