diff -r 160fc94ed49f scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Sun Jan 31 23:04:35 2010 +0100 +++ b/scripts/crosstool-NG.sh.in Tue Feb 02 23:11:25 2010 +0100 @@ -454,7 +459,7 @@ CT_DoExecLog ALL chmod 700 "${CT_PREFIX_DIR}/buildtools/makeinfo" # Help gcc - CT_CFLAGS_FOR_HOST= + # Why clear that ? CT_CFLAGS_FOR_HOST= [ "${CT_USE_PIPES}" = "y" ] && CT_CFLAGS_FOR_HOST="${CT_CFLAGS_FOR_HOST} -pipe" # Override the configured jobs with what's been given on the command line