Add -std= remap support for Elbrus compiler

pull/5284/head
makise-homura 6 years ago
parent d016e23932
commit 29267b7716
  1. 4
      mesonbuild/compilers/cpp.py

@ -115,8 +115,8 @@ class CPPCompiler(CCompiler):
'gnu++17': 'gnu++1z'
}
# Currently, remapping is only supported for Clang and GCC
assert(self.id in frozenset(['clang', 'gcc']))
# Currently, remapping is only supported for Clang, Elbrus and GCC
assert(self.id in frozenset(['clang', 'lcc', 'gcc']))
if cpp_std not in CPP_FALLBACKS:
# 'c++03' and 'c++98' don't have fallback types

Loading…
Cancel
Save