mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 07:51:06 +00:00
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> ---
This commit is contained in:
parent
c0483fc7ec
commit
a183b3f8bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user