mirror of
https://github.com/mesonbuild/meson.git
synced 2026-08-09 17:18:25 +00:00
armclang: clarify that this is support for the Keil cross-compiler
This commit is contained in:
@@ -211,6 +211,10 @@ class EmscriptenCCompiler(EmscriptenMixin, ClangCCompiler):
|
||||
|
||||
|
||||
class ArmclangCCompiler(ArmclangCompiler, CCompiler):
|
||||
'''
|
||||
Keil armclang
|
||||
'''
|
||||
|
||||
def __init__(self, exelist: T.List[str], version: str, for_machine: MachineChoice, is_cross: bool,
|
||||
info: 'MachineInfo', exe_wrapper: T.Optional['ExternalProgram'] = None,
|
||||
linker: T.Optional['DynamicLinker'] = None,
|
||||
|
||||
@@ -296,6 +296,10 @@ class EmscriptenCPPCompiler(EmscriptenMixin, ClangCPPCompiler):
|
||||
|
||||
|
||||
class ArmclangCPPCompiler(ArmclangCompiler, CPPCompiler):
|
||||
'''
|
||||
Keil armclang
|
||||
'''
|
||||
|
||||
def __init__(self, exelist: T.List[str], version: str, for_machine: MachineChoice, is_cross: bool,
|
||||
info: 'MachineInfo', exe_wrapper: T.Optional['ExternalProgram'] = None,
|
||||
linker: T.Optional['DynamicLinker'] = None,
|
||||
|
||||
@@ -136,6 +136,9 @@ class ArmCompiler(Compiler):
|
||||
|
||||
|
||||
class ArmclangCompiler(Compiler):
|
||||
'''
|
||||
This is the Keil armclang.
|
||||
'''
|
||||
|
||||
def __init__(self) -> None:
|
||||
if not self.is_cross:
|
||||
|
||||
Reference in New Issue
Block a user