fix handling of target-triples: use a comma to separate hosts

This commit is contained in:
Niko Matsakis 2011-11-07 14:13:13 -08:00
parent ab265586eb
commit 34a5074432
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -336,6 +336,8 @@ fi
if [ -z "$CFG_TARGET_TRIPLES" ]
then
CFG_TARGET_TRIPLES="${CFG_HOST_TRIPLE}"
else
CFG_TARGET_TRIPLES="${CFG_TARGET_TRIPLES/,/ }"
fi