projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73df19
)
bison: m4 needs MMU
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 22 May 2012 13:26:27 +0000
(15:26 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 22 May 2012 13:26:27 +0000
(15:26 +0200)
Fixes http://autobuild.buildroot.net/results/
0bb659881ed6a01745f596f00da9acbef02a4c31
/
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/bison/Config.in
patch
|
blob
|
history
diff --git
a/package/bison/Config.in
b/package/bison/Config.in
index da0ac3f1ef896064597dc91c0801b820f5ff79c6..1a485c406194a329b6e9e27f608d8b1527765d04 100644
(file)
--- a/
package/bison/Config.in
+++ b/
package/bison/Config.in
@@
-2,6
+2,8
@@
config BR2_PACKAGE_BISON
bool "bison"
depends on BR2_USE_WCHAR
select BR2_PACKAGE_M4
+ # m4 uses fork()
+ depends on BR2_USE_MMU
help
General-purpose parser generator that converts a
grammar description for an LALR context-free grammar into a C