diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
commit | dfd37d10510d013fc7c49ecb42d1b75c14be4594 (patch) | |
tree | 23bc90b2ebd5c5fe09246397839de7af5ac40da8 /target | |
parent | 859309a404f1c10f77832b47de7b329bd6664395 (diff) |
compile autotool stuff, bison and flex by default
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.tools | 36 |
1 files changed, 24 insertions, 12 deletions
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 |