summaryrefslogtreecommitdiffstats
path: root/package/bison/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-12-17 13:21:56 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-22 23:00:52 +0100
commit2a92cee21a24daa0ef6e49a08c8c298fcee91c63 (patch)
tree21c2e16fcf4c40910068afb2025455f943fca3c5 /package/bison/Config.in
parent15bcaba70ab5c5ec7d3872700c01fd26eefd3bb3 (diff)
downloadbuildroot-novena-2a92cee21a24daa0ef6e49a08c8c298fcee91c63.tar.gz
buildroot-novena-2a92cee21a24daa0ef6e49a08c8c298fcee91c63.zip
bison: bump to version 2.4.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bison/Config.in')
-rw-r--r--package/bison/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/bison/Config.in b/package/bison/Config.in
index edea4f6f9..e8aa0b60f 100644
--- a/package/bison/Config.in
+++ b/package/bison/Config.in
@@ -1,8 +1,12 @@
config BR2_PACKAGE_BISON
bool "bison"
+ depends on BR2_USE_WCHAR
help
General-purpose parser generator that converts a
grammar description for an LALR context-free grammar into a C
program to parse that grammar.
http://www.gnu.org/software/bison/
+
+comment "bison requires a toolchain with WCHAR support"
+ depends on !BR2_USE_WCHAR