Add g++ to required tools
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>
Sun Aug 02 16:45:33 2009 +0200 (2009-08-02)
changeset 1433f04c7879f3c2
parent 1432 76f8feef64c4
child 1434 7e7290acccc1
Add g++ to required tools

Because gmp is now always build with --enable-cxx,
g++ has become a required tool

Signed-off-by: Bart vdr Meulen <bartvdrmeulen@gmail.com>

---
scripts/crosstool-NG.sh.in
     1.1 --- a/scripts/crosstool-NG.sh.in	Sat Aug 01 19:18:12 2009 +0200
     1.2 +++ b/scripts/crosstool-NG.sh.in	Sun Aug 02 16:45:33 2009 +0200
     1.3 @@ -405,7 +405,7 @@
     1.4              else
     1.5                  case "${tool}" in
     1.6                      # We'll at least need some of them...
     1.7 -                    ar|as|gcc|ld|nm|objcopy|objdump|ranlib)
     1.8 +                    ar|as|gcc|g++|ld|nm|objcopy|objdump|ranlib)
     1.9                          CT_Abort "Missing: '${t}${tool}${!s}' or '${t}${tool}' or '${tool}' : either needed!"
    1.10                          ;;
    1.11                      # Some are conditionnally required