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

Method __init__

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

Source from the content-addressed store, hash-verified

191
192class ArmKernelBuilder(KernelBuilder):
193 def __init__(self) -> None:
194 super().__init__('arm')
195
196 self.cross_compile = 'arm-linux-gnueabi-'
197
198 def build(self) -> None:
199 self.use_ias = self.get_toolchain_version() >= (13, 0, 0)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected