mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
more tools checks to be done before starting toolchain builds
This commit is contained in:
parent
2d9c0bab54
commit
63a48fa9b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue