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

Method __init__

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

Source from the content-addressed store, hash-verified

364
365class S390KernelBuilder(KernelBuilder):
366 def __init__(self) -> None:
367 super().__init__('s390')
368
369 self.cross_compile = 's390x-linux-gnu-'
370
371 def build(self) -> None:
372 if self.get_toolchain_version() <= (15, 0, 0):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected