diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-08 01:16:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-08 01:16:54 +0200 |
commit | a089617bd3092a81a4d4671078723bd3068d38d7 (patch) | |
tree | 56d1b7311295b3aa17add3b9f9cf251413fdcde2 | |
parent | d1c3d0c5b4c165054d9d26417288e52a6cdac7ed (diff) |
gawk is required on Darwin for Linux compile
-rw-r--r-- | target/config/Config.in.tools | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 60958f2ff..51765ca33 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -67,6 +67,7 @@ config ADK_HOST_BUILD_FINDUTILS config ADK_HOST_BUILD_GAWK bool + default y if ADK_HOST_DARWIN default n config ADK_HOST_BUILD_GREP |