Home
last modified time | relevance | path

Searched full:cross_compile (Results 1 – 8 of 8) sorted by relevance

/optee_os/ta/remoteproc/
H A DMakefile5 CROSS_COMPILE ?= $(TA_CROSS_COMPILE) macro
7 export CROSS_COMPILE
/optee_os/ta/avb/
H A DMakefile5 CROSS_COMPILE ?= $(TA_CROSS_COMPILE) macro
7 export CROSS_COMPILE
/optee_os/core/arch/riscv/
H A Driscv.mk7 CROSS_COMPILE_core := $(CROSS_COMPILE$(arch-bits-core))
237 ta-mk-file-export-add-ta_rv32 += CROSS_COMPILE ?= riscv32-unknown-linux-gnu-_nl_
238 ta-mk-file-export-add-ta_rv32 += CROSS_COMPILE32 ?= $$(CROSS_COMPILE)_nl_
277 ta-mk-file-export-add-ta_rv64 += CROSS_COMPILE64 ?= $$(CROSS_COMPILE)_nl_
285 $(foreach sm, $(ta-targets), $(eval CROSS_COMPILE_$(sm) ?= $(CROSS_COMPILE$(arch-bits-$(sm)))))
/optee_os/core/arch/arm/
H A Darm.mk7 CROSS_COMPILE_core := $(CROSS_COMPILE$(arch-bits-core))
370 ta-mk-file-export-add-ta_arm32 += CROSS_COMPILE ?= arm-linux-gnueabihf-_nl_
371 ta-mk-file-export-add-ta_arm32 += CROSS_COMPILE32 ?= $$(CROSS_COMPILE)_nl_
426 ta-mk-file-export-add-ta_arm64 += CROSS_COMPILE64 ?= $$(CROSS_COMPILE)_nl_
434 $(foreach sm, $(ta-targets), $(eval CROSS_COMPILE_$(sm) ?= $(CROSS_COMPILE$(arch-bits-$(sm)))))
/optee_os/mk/
H A Dclang.mk1 # CROSS_COMPILE_$(sm) is derived from CROSS_COMPILE/CROSS_COMPILE32/
H A Dconfig.mk21 CROSS_COMPILE ?= arm-linux-gnueabihf-
28 CROSS_COMPILE ?= riscv-linux-gnu-
31 CROSS_COMPILE32 ?= $(CROSS_COMPILE)
/optee_os/scripts/
H A Dsymbolize.py42 nm) are used to extract the debug info. If the CROSS_COMPILE environment
44 script will invoke $(CROSS_COMPILE)addr2line etc. If it is not set however,
163 self._arch = os.getenv('CROSS_COMPILE')
H A Dmem_usage.py75 return os.getenv('CROSS_COMPILE', '') + 'readelf'