Searched full:cross_compile (Results 1 – 8 of 8) sorted by relevance
5 CROSS_COMPILE ?= $(TA_CROSS_COMPILE) macro7 export CROSS_COMPILE
7 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)))))
7 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)))))
1 # CROSS_COMPILE_$(sm) is derived from CROSS_COMPILE/CROSS_COMPILE32/
21 CROSS_COMPILE ?= arm-linux-gnueabihf-28 CROSS_COMPILE ?= riscv-linux-gnu-31 CROSS_COMPILE32 ?= $(CROSS_COMPILE)
42 nm) are used to extract the debug info. If the CROSS_COMPILE environment44 script will invoke $(CROSS_COMPILE)addr2line etc. If it is not set however,163 self._arch = os.getenv('CROSS_COMPILE')
75 return os.getenv('CROSS_COMPILE', '') + 'readelf'