summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-10 02:16:45 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-10 02:17:23 +0100
commit2fc91492726f87779f778fe6f35b3668ad735839 (patch)
treedf97685294c5dcef2e8d1d0a3464a6d7a4849a2d /target/config/Config.in.tools
parent915d02f2a2f0d83e891846c550b411eda8620ee7 (diff)
the optional host-tool detection support is still broken :(
Diffstat (limited to 'target/config/Config.in.tools')
-rw-r--r--target/config/Config.in.tools16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools
index 344ad497e..b01becf42 100644
--- a/target/config/Config.in.tools
+++ b/target/config/Config.in.tools
@@ -19,10 +19,18 @@ config ADK_HOST_BUILD_AUTOMAKE
bool
default y
+config ADK_HOST_BUILD_BISON
+ bool
+ default y
+
config ADK_HOST_BUILD_FAKEROOT
bool
default n
+config ADK_HOST_BUILD_FLEX
+ bool
+ default y
+
config ADK_HOST_BUILD_M4
bool
default y
@@ -49,10 +57,6 @@ config ADK_HOST_BUILD_BC
select ADK_HOST_BUILD_FLEX
default n
-config ADK_HOST_BUILD_BISON
- bool
- default n
-
config ADK_HOST_BUILD_BZIP2
bool
default n
@@ -70,10 +74,6 @@ config ADK_HOST_BUILD_FINDUTILS
bool
default n
-config ADK_HOST_BUILD_FLEX
- bool
- default n
-
config ADK_HOST_BUILD_GAWK
bool
default y if ADK_HOST_DARWIN