rockboxdev: Add 'g++' to the list of required tools for building toolchains

Change-Id: Ia7e4922476c5107e758ee37e80a4553a9441e125
This commit is contained in:
Solomon Peachy 2021-09-03 22:03:03 -04:00
parent a8253c57dd
commit 3e52c7c734
1 changed files with 1 additions and 1 deletions

View File

@ -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: