|
|
@ -2369,7 +2369,7 @@ class NinjaBackend(backends.Backend): |
|
|
|
|
|
|
|
|
|
|
|
options = self._rsp_options(compiler) |
|
|
|
options = self._rsp_options(compiler) |
|
|
|
self.add_rule(NinjaRule(rule, command, args, description, **options, extra=pool)) |
|
|
|
self.add_rule(NinjaRule(rule, command, args, description, **options, extra=pool)) |
|
|
|
if self.environment.machines[for_machine].is_aix(): |
|
|
|
if self.environment.machines[for_machine].is_aix() and complist: |
|
|
|
rule = 'AIX_LINKER{}'.format(self.get_rule_suffix(for_machine)) |
|
|
|
rule = 'AIX_LINKER{}'.format(self.get_rule_suffix(for_machine)) |
|
|
|
description = 'Archiving AIX shared library' |
|
|
|
description = 'Archiving AIX shared library' |
|
|
|
cmdlist = compiler.get_command_to_archive_shlib() |
|
|
|
cmdlist = compiler.get_command_to_archive_shlib() |
|
|
|