boost: use clang toolset when building with Fujitsu compiler. (#11827)
This commit is contained in:
parent
a7e915d38b
commit
e3b513874b
@ -204,7 +204,8 @@ def determine_toolset(self, spec):
|
|||||||
'armclang++': 'clang',
|
'armclang++': 'clang',
|
||||||
'xlc++': 'xlcpp',
|
'xlc++': 'xlcpp',
|
||||||
'xlc++_r': 'xlcpp',
|
'xlc++_r': 'xlcpp',
|
||||||
'pgc++': 'pgi'}
|
'pgc++': 'pgi',
|
||||||
|
'FCC': 'clang'}
|
||||||
|
|
||||||
if spec.satisfies('@1.47:'):
|
if spec.satisfies('@1.47:'):
|
||||||
toolsets['icpc'] += '-linux'
|
toolsets['icpc'] += '-linux'
|
||||||
|
Loading…
Reference in New Issue
Block a user