Browse Source

gawk is required on Darwin for Linux compile

Waldemar Brodkorb 8 years ago
parent
commit
a089617bd3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/config/Config.in.tools

+ 1 - 0
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