From 34a507443234c7508c60fc6fa6abf6f362d5bb40 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 7 Nov 2011 14:13:13 -0800 Subject: [PATCH] fix handling of target-triples: use a comma to separate hosts --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index ba8e43e4b33..726d2a1e84e 100755 --- a/configure +++ b/configure @@ -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