rockboxdev: Add 'g++' to the list of required tools for building toolchains
Change-Id: Ia7e4922476c5107e758ee37e80a4553a9441e125
This commit is contained in:
parent
a8253c57dd
commit
3e52c7c734
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if [ -z $LINUX_MIRROR ] ; then
|
|||
fi
|
||||
|
||||
# These are the tools this script requires and depends upon.
|
||||
reqtools="gcc bzip2 gzip make patch makeinfo automake libtool autoconf flex bison"
|
||||
reqtools="gcc g++ bzip2 gzip make patch makeinfo automake libtool autoconf flex bison"
|
||||
|
||||
##############################################################################
|
||||
# Functions:
|
||||
|
|
Loading…
Reference in a new issue