blob: adef46867a34cbc8e48094be2c621de93195c77f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_PACKAGE_FLEX
bool "flex"
help
A fast lexical analyser generator. A tool for generating
programs that perform pattern-matching on text.
http://www.gnu.org/software/flex/
config BR2_PACKAGE_FLEX_BINARY
bool "Install tool in the target"
# needs fork()
depends on BR2_USE_MMU
depends on BR2_PACKAGE_FLEX
help
Install the flex binary tool in the target filesystem.
|