diff options
Diffstat (limited to 'package/bison/Config.in')
-rw-r--r-- | package/bison/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/bison/Config.in b/package/bison/Config.in index 4a50f41bf8..cd0dbc49ac 100644 --- a/package/bison/Config.in +++ b/package/bison/Config.in @@ -4,6 +4,8 @@ config BR2_PACKAGE_BISON select BR2_PACKAGE_M4 # m4 uses fork() depends on BR2_USE_MMU + # development tool, useless on the target + depends on BR2_DEPRECATED help General-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C |