Rollup merge of #97280 - yue4u:quote-replace-target-in-bootstrap-configure, r=Mark-Simulacrum
Quote replace target in bootstrap configure close #97263
This commit is contained in:
commit
b392cdf7de
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ if 'target' in config:
|
|||
configured_targets.append(target)
|
||||
for target in configured_targets:
|
||||
targets[target] = sections['target'][:]
|
||||
targets[target][0] = targets[target][0].replace("x86_64-unknown-linux-gnu", target)
|
||||
targets[target][0] = targets[target][0].replace("x86_64-unknown-linux-gnu", "'{}'".format(target))
|
||||
|
||||
|
||||
def is_number(value):
|
||||
|
|
Loading…
Add table
Reference in a new issue