scripts/crosstool-NG.sh.in
branch1.13
changeset 2841 64fe22ca6e6f
parent 2717 13df2720b374
child 2795 cf509170838f
     1.1 --- a/scripts/crosstool-NG.sh.in	Fri Oct 14 22:44:24 2011 +0200
     1.2 +++ b/scripts/crosstool-NG.sh.in	Fri Nov 18 11:32:50 2011 +0800
     1.3 @@ -480,7 +480,7 @@
     1.4      # Help gcc
     1.5      CT_CFLAGS_FOR_HOST=
     1.6      [ "${CT_USE_PIPES}" = "y" ] && CT_CFLAGS_FOR_HOST+=" -pipe"
     1.7 -    CT_CFLAGS_FOR_HOST+="${CT_EXTRA_FLAGS_FOR_HOST}"
     1.8 +    CT_CFLAGS_FOR_HOST+=" ${CT_EXTRA_FLAGS_FOR_HOST}"
     1.9  
    1.10      # Set the shell to be used by ./configure scripts and by Makefiles (those
    1.11      # that support it!).