From b491627228e2fe13aeedb8fa85f6e46932e6f88e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 15 Apr 2011 00:05:53 +0200 Subject: cc/gcc: fix passing args with spaces when calling core gcc Spaces in arguments to the core gcc backend were not handled. Signed-off-by: "Yann E. MORIN" diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh index 6a606ab..e64159c 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -123,7 +123,7 @@ do_cc_core() { local -a core_targets while [ $# -ne 0 ]; do - eval "${1}" + eval "${1// /\\ }" shift done -- cgit v0.10.2-6-g49f6