MCPcopy Create free account
hub / github.com/ClangBuiltLinux/tc-build / build

Method build

tc_build/kernel.py:298–301  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

296 self.cross_compile = self.possible_cross_compile_vals[0]
297
298 def build(self) -> None:
299 self.find_cross_compile()
300
301 super().build()
302
303
304class PowerPC32KernelBuilder(PowerPCKernelBuilder):

Callers

nothing calls this directly

Calls 2

find_cross_compileMethod · 0.95
buildMethod · 0.45

Tested by

no test coverage detected