summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-09-03 22:03:03 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-09-03 22:03:54 -0400
commit3e52c7c734e2163bbec2769c775832b90e8f5955 (patch)
tree5b0d62e9f629fe921d52ebf19b93f9f09034b043 /tools
parenta8253c57ddec8a1dfb2f77e7be9c451595fb094a (diff)
rockboxdev: Add 'g++' to the list of required tools for building toolchains
Change-Id: Ia7e4922476c5107e758ee37e80a4553a9441e125
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index c45ed0b615..d0d623be1b 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -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: