diff options
Diffstat (limited to 'build-root')
-rw-r--r-- | build-root/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/Makefile b/build-root/Makefile index af35be49580..8154ecdaa7b 100644 --- a/build-root/Makefile +++ b/build-root/Makefile @@ -367,7 +367,7 @@ CROSS_TOOLS_$(IS_LINUX) += glibc gcc NATIVE_TOOLS = findutils make # basic tools needed for build system -NATIVE_TOOLS += git automake autoconf libtool texinfo bison flex tar +NATIVE_TOOLS += git automake autoconf libtool texinfo tar # needed to compile gcc NATIVE_TOOLS += mpfr gmp mpc |