summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2012-05-19 01:45:10 +0200
committerPeter D'Hoye <peter.dhoye@gmail.com>2012-05-19 01:45:23 +0200
commit63a48fa9b09c21de69bcaacc54d17977ee877b3d (patch)
treedb343eff1c40cc906de440c5c21f2e2aae01eb0e
parent2d9c0bab540274e99480d965f38f266d20097976 (diff)
downloadrockbox-63a48fa9b09c21de69bcaacc54d17977ee877b3d.tar.gz
rockbox-63a48fa9b09c21de69bcaacc54d17977ee877b3d.zip
more tools checks to be done before starting toolchain builds
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 466322341b..996aa86aea 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -34,7 +34,7 @@ if [ -z $GNU_MIRROR ] ; then
34fi 34fi
35 35
36# These are the tools this script requires and depends upon. 36# These are the tools this script requires and depends upon.
37reqtools="gcc bzip2 gzip make patch makeinfo automake libtool" 37reqtools="gcc bzip2 gzip make patch makeinfo automake libtool autoconf flex bison"
38 38
39############################################################################## 39##############################################################################
40# Functions: 40# Functions: