From dfd37d10510d013fc7c49ecb42d1b75c14be4594 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 19 Jun 2014 21:04:52 +0200 Subject: compile autotool stuff, bison and flex by default --- target/config/Config.in.tools | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) (limited to 'target') diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 88b72607e..f8999766b 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -7,6 +7,30 @@ config ADK_HOST_BUILD_ADK_HELPER boolean default y +config ADK_HOST_BUILD_AUTOCONF + boolean + default y + +config ADK_HOST_BUILD_AUTOMAKE + boolean + default y + +config ADK_HOST_BUILD_BISON + boolean + default y + +config ADK_HOST_BUILD_FLEX + boolean + default y + +config ADK_HOST_BUILD_M4 + boolean + default y + +config ADK_HOST_BUILD_LIBTOOL + boolean + default y + # always required, but can be provided by host config ADK_HOST_BUILD_BASH boolean @@ -17,10 +41,6 @@ config ADK_HOST_BUILD_BC select ADK_HOST_BUILD_FLEX default n -config ADK_HOST_BUILD_BISON - boolean - default n - config ADK_HOST_BUILD_BZIP2 boolean default n @@ -33,18 +53,10 @@ config ADK_HOST_BUILD_FINDUTILS boolean default n -config ADK_HOST_BUILD_FLEX - boolean - default n - config ADK_HOST_BUILD_GAWK boolean default n -config ADK_HOST_BUILD_M4 - boolean - default n - config ADK_HOST_BUILD_PATCH boolean default n -- cgit v1.2.3