scripts/crosstool-NG.sh.in
changeset 2727 a7df9ea895fa
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 Oct 21 03:29:18 2011 +0200
     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!).