Skip to content

Commit 8745cdc

Browse files
committed
ElbrusCompiler: mark as not supporting -fuse-ld
(cherry picked from commit 94b3bbc)
1 parent 3ffac33 commit 8745cdc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mesonbuild/compilers/mixins/elbrus.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ def get_option_std_args(self, target: BuildTarget, subproject: T.Optional[str] =
9696

9797
def openmp_flags(self) -> T.List[str]:
9898
return ['-fopenmp']
99+
100+
@classmethod
101+
def use_linker_args(cls, linker: str, version: str) -> T.List[str]:
102+
return []

0 commit comments

Comments
 (0)