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 /tools | |
| parent | 2d9c0bab540274e99480d965f38f266d20097976 (diff) | |
| download | rockbox-63a48fa9b09c21de69bcaacc54d17977ee877b3d.zip rockbox-63a48fa9b09c21de69bcaacc54d17977ee877b3d.tar.gz rockbox-63a48fa9b09c21de69bcaacc54d17977ee877b3d.tar.bz2 rockbox-63a48fa9b09c21de69bcaacc54d17977ee877b3d.tar.xz | |
more tools checks to be done before starting toolchain builds
Diffstat (limited to 'tools')
| -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 4663223..996aa86 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: |