summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>2009-08-02 14:45:33 (GMT)
committerBart vdr. Meulen <bartvdrmeulen@gmail.com>2009-08-02 14:45:33 (GMT)
commita183b3f8bcdafe722a6232b9ea10c4951d6e588e (patch)
treec0da1806629b93a3a14d5afc00830370d5ce9fba /scripts
parentc0483fc7ec4a0b6ecfaa3d8b5ccc27a8a2a11fde (diff)
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> ---
Diffstat (limited to 'scripts')
-rw-r--r--scripts/crosstool-NG.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 36c77ba..6382c0a 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -405,7 +405,7 @@ if [ -z "${CT_RESTART}" ]; then
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