boost: use clang toolset when building with Fujitsu compiler. (#11827)

This commit is contained in:
t-karatsu 2019-07-16 07:13:04 +09:00 committed by Todd Gamblin
parent a7e915d38b
commit e3b513874b

View File

@ -204,7 +204,8 @@ def determine_toolset(self, spec):
'armclang++': 'clang',
'xlc++': 'xlcpp',
'xlc++_r': 'xlcpp',
'pgc++': 'pgi'}
'pgc++': 'pgi',
'FCC': 'clang'}
if spec.satisfies('@1.47:'):
toolsets['icpc'] += '-linux'