Skip to content

Commit 34a5074

Browse files
committed
fix handling of target-triples: use a comma to separate hosts
1 parent ab26558 commit 34a5074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ fi
336336
if [ -z "$CFG_TARGET_TRIPLES" ]
337337
then
338338
CFG_TARGET_TRIPLES="${CFG_HOST_TRIPLE}"
339+
else
340+
CFG_TARGET_TRIPLES="${CFG_TARGET_TRIPLES/,/ }"
339341
fi
340342

341343

0 commit comments

Comments
 (0)