summaryrefslogtreecommitdiff
path: root/tools/rockboxdev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rockboxdev.sh')
-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: