From 486d1c141d3bdf0c6ab33b860de349f10e6a809d Mon Sep 17 00:00:00 2001 From: Michael Hope Date: Fri, 21 Oct 2011 03:29:18 +0200 Subject: scripts: fix missing space when using CT_EXTRA_FLAGS_FOR_HOST CT_EXTRA_FLAGS_FOR_HOST needs a preceding space to separate it from any other options that have already been set. Signed-off-by: Michael Hope diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in index e70ff2a..70589da 100644 --- a/scripts/crosstool-NG.sh.in +++ b/scripts/crosstool-NG.sh.in @@ -480,7 +480,7 @@ if [ -z "${CT_RESTART}" ]; then # Help gcc CT_CFLAGS_FOR_HOST= [ "${CT_USE_PIPES}" = "y" ] && CT_CFLAGS_FOR_HOST+=" -pipe" - CT_CFLAGS_FOR_HOST+="${CT_EXTRA_FLAGS_FOR_HOST}" + CT_CFLAGS_FOR_HOST+=" ${CT_EXTRA_FLAGS_FOR_HOST}" # Set the shell to be used by ./configure scripts and by Makefiles (those # that support it!). -- cgit v0.10.2-6-g49f6