diff options
-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 | |||
51 | fi | 51 | fi |
52 | 52 | ||
53 | # These are the tools this script requires and depends upon. | 53 | # These are the tools this script requires and depends upon. |
54 | reqtools="gcc bzip2 gzip make patch makeinfo automake libtool autoconf flex bison" | 54 | reqtools="gcc g++ bzip2 gzip make patch makeinfo automake libtool autoconf flex bison" |
55 | 55 | ||
56 | ############################################################################## | 56 | ############################################################################## |
57 | # Functions: | 57 | # Functions: |