diff -r 0a44fc4d6bd0 -r b97f8fa54d67 scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Sun Aug 02 20:06:44 2009 +0200 +++ b/scripts/crosstool-NG.sh.in Sat Aug 29 18:27:47 2009 +0200 @@ -412,7 +412,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