diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2012-05-19 01:45:10 +0200 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2012-05-19 01:45:23 +0200 |
commit | 63a48fa9b09c21de69bcaacc54d17977ee877b3d (patch) | |
tree | db343eff1c40cc906de440c5c21f2e2aae01eb0e | |
parent | 2d9c0bab540274e99480d965f38f266d20097976 (diff) |
more tools checks to be done before starting toolchain builds
-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 466322341b..996aa86aea 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -34,7 +34,7 @@ if [ -z $GNU_MIRROR ] ; then fi # These are the tools this script requires and depends upon. -reqtools="gcc bzip2 gzip make patch makeinfo automake libtool" +reqtools="gcc bzip2 gzip make patch makeinfo automake libtool autoconf flex bison" ############################################################################## # Functions: |