diff -r cb3b1f427968 -r f04c7879f3c2 scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Fri Jun 26 19:09:22 2009 +0200 +++ b/scripts/crosstool-NG.sh.in Sun Aug 02 16:45:33 2009 +0200 @@ -405,7 +405,7 @@ else case "${tool}" in # We'll at least need some of them... - ar|as|gcc|ld|nm|objcopy|objdump|ranlib) + ar|as|gcc|g++|ld|nm|objcopy|objdump|ranlib) CT_Abort "Missing: '${t}${tool}${!s}' or '${t}${tool}' or '${tool}' : either needed!" ;; # Some are conditionnally required