Searched refs:toolchain (Results 1 - 9 of 9) sorted by relevance

/u-boot/tools/buildman/
H A Dtoolchain.py51 """A single toolchain
57 arch: Architecture of toolchain as determined from the first
65 """Create a new toolchain object.
69 test: True to run the toolchain to test it
71 priority: Priority to use for this toolchain, or PRIORITY_CALC to
119 """Return the priority of the toolchain.
125 fname: Filename of toolchain
127 Priority of toolchain, PRIORITY_CALC=highest, 20=lowest.
139 """Get toolchain wrapper from the setting file.
142 for name, value in bsettings.get_items('toolchain
[all...]
H A Dbuilderthread.py163 self.toolchain = None
239 args.extend(self.toolchain.MakeArgs())
407 env = self.toolchain.MakeEnvironment(self.builder.full_path)
489 # We are going to have to build it. First, get a toolchain
490 if not self.toolchain:
492 self.toolchain = self.builder.toolchains.Select(brd.arch)
498 if self.toolchain:
505 result.toolchain = self.toolchain
553 if result.toolchain
[all...]
H A Dtest.py18 from buildman import toolchain namespace
30 [toolchain]
33 [toolchain-alias]
145 self.toolchains = toolchain.Toolchains()
574 self.toolchains = toolchain.Toolchains()
578 self.toolchains = toolchain.Toolchains()
595 tc.GetEnvArgs(toolchain.VAR_CROSS_COMPILE))
596 self.assertEqual('', tc.GetEnvArgs(toolchain.VAR_PATH))
598 tc.GetEnvArgs(toolchain.VAR_ARCH))
599 self.assertEqual('', tc.GetEnvArgs(toolchain
[all...]
H A Dcontrol.py18 from buildman import toolchain namespace
124 The function checks that all boards use the same toolchain, then prints
139 sys.exit('Supplied boards must share one toolchain')
141 print(tchain.GetEnvArgs(toolchain.VAR_CROSS_COMPILE))
341 override_toolchain (str or None): Override value for toolchain, or None
342 fetch_arch (bool): True to fetch the toolchain for the architectures
353 toolchains = toolchain.Toolchains(override_toolchain)
H A Dfunc_test.py18 from buildman import toolchain namespace
29 [toolchain]
31 [toolchain-alias]
229 self._toolchains = toolchain.Toolchains()
1021 """Test that we can print the toolchain prefix"""
H A Dbuilder.py21 from buildman import toolchain namespace
/u-boot/arch/riscv/
H A DMakefile43 toolchain-need-zicsr-zifencei := $(call cc-option-yn, -mabi=$(ABI) -march=$(RISCV_MARCH)_zicsr_zifencei)
44 ifeq ($(toolchain-need-zicsr-zifencei),y)
/u-boot/tools/
H A Dqconfig.py35 from buildman import toolchain namespace
1582 toolchains = toolchain.Toolchains()
/u-boot/
H A DMakefile447 CLANG_GCC_TC := --gcc-toolchain=$(GCC_TOOLCHAIN)

Completed in 84 milliseconds