summaryrefslogtreecommitdiff
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
parenta8253c57ddec8a1dfb2f77e7be9c451595fb094a (diff)
downloadrockbox-3e52c7c734e2163bbec2769c775832b90e8f5955.tar.gz
rockbox-3e52c7c734e2163bbec2769c775832b90e8f5955.zip
rockboxdev: Add 'g++' to the list of required tools for building toolchains
Change-Id: Ia7e4922476c5107e758ee37e80a4553a9441e125
-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
51fi 51fi
52 52
53# These are the tools this script requires and depends upon. 53# These are the tools this script requires and depends upon.
54reqtools="gcc bzip2 gzip make patch makeinfo automake libtool autoconf flex bison" 54reqtools="gcc g++ bzip2 gzip make patch makeinfo automake libtool autoconf flex bison"
55 55
56############################################################################## 56##############################################################################
57# Functions: 57# Functions: