diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-09-03 22:03:03 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-09-03 22:03:54 -0400 |
commit | 3e52c7c734e2163bbec2769c775832b90e8f5955 (patch) | |
tree | 5b0d62e9f629fe921d52ebf19b93f9f09034b043 /tools | |
parent | a8253c57ddec8a1dfb2f77e7be9c451595fb094a (diff) |
rockboxdev: Add 'g++' to the list of required tools for building toolchains
Change-Id: Ia7e4922476c5107e758ee37e80a4553a9441e125
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/rockboxdev.sh | 2 |
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: |