diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-02 20:53:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-02 20:53:11 +0100 |
commit | e1abc1b8aa9f8486d69119a0851207e6995b8eb8 (patch) | |
tree | 6f0931e7c455cf28341dabba6815bc5a7a09a1d6 /target | |
parent | 47fd761b81a0c6729d4e833740d050f4e22e7184 (diff) |
make flex/bison optional provided by OpenADK, fix logic to create Depends.mk
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.tools | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index b01becf42..344ad497e 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -19,18 +19,10 @@ 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 @@ -57,6 +49,10 @@ 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 @@ -74,6 +70,10 @@ 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 |