[Buildroot] [PATCH 1/5] gawk: show it in config menu when toolchain lacks wchar

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Oct 11 14:02:52 UTC 2011


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/gawk/Config.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/gawk/Config.in b/package/gawk/Config.in
index 62ca860..82c970f 100644
--- a/package/gawk/Config.in
+++ b/package/gawk/Config.in
@@ -7,3 +7,6 @@ config BR2_PACKAGE_GAWK
 	  with just a few lines of code.
 
 	  http://www.gnu.org/software/gawk/
+
+comment "gawk requires a toolchain with WCHAR support"
+	depends on !BR2_USE_WCHAR
-- 
1.7.3.4



More information about the buildroot mailing list