|
|
@ -196,8 +196,7 @@ class ArmclangCPPCompiler(ArmclangCompiler, CPPCompiler): |
|
|
|
|
|
|
|
|
|
|
|
def get_options(self): |
|
|
|
def get_options(self): |
|
|
|
opts = CPPCompiler.get_options(self) |
|
|
|
opts = CPPCompiler.get_options(self) |
|
|
|
opts.update({'cpp_eh': coredata.UserComboOption('cpp_eh', |
|
|
|
opts.update({'cpp_eh': coredata.UserComboOption('C++ exception handling type.', |
|
|
|
'C++ exception handling type.', |
|
|
|
|
|
|
|
['none', 'default', 'a', 's', 'sc'], |
|
|
|
['none', 'default', 'a', 's', 'sc'], |
|
|
|
'default'), |
|
|
|
'default'), |
|
|
|
'cpp_std': coredata.UserComboOption('C++ language standard to use', |
|
|
|
'cpp_std': coredata.UserComboOption('C++ language standard to use', |
|
|
|