From 3e52c7c734e2163bbec2769c775832b90e8f5955 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 3 Sep 2021 22:03:03 -0400 Subject: rockboxdev: Add 'g++' to the list of required tools for building toolchains Change-Id: Ia7e4922476c5107e758ee37e80a4553a9441e125 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3