boost: Use gcc toolset for bootstrap with Fujitsu compiler. (#12876)
This commit is contained in:
parent
938bae1ab6
commit
46e319ecd4
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ def determine_bootstrap_options(self, spec, with_libs, options):
|
|||
boost_toolset_id = self.determine_toolset(spec)
|
||||
|
||||
# Arm compiler bootstraps with 'gcc' (but builds as 'clang')
|
||||
if spec.satisfies('%arm'):
|
||||
if spec.satisfies('%arm') or spec.satisfies('%fj'):
|
||||
options.append('--with-toolset=gcc')
|
||||
else:
|
||||
options.append('--with-toolset=%s' % boost_toolset_id)
|
||||
|
|
Loading…
Reference in a new issue