2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_FLEX
|
2004-12-24 10:23:11 +01:00
|
|
|
bool "flex"
|
2012-11-01 05:35:44 +01:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
A fast lexical analyser generator. A tool for generating
|
2004-12-24 10:23:11 +01:00
|
|
|
programs that perform pattern-matching on text.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2013-01-25 03:50:39 +01:00
|
|
|
http://flex.sourceforge.net/
|
2006-01-23 22:21:00 +01:00
|
|
|
|
2012-11-30 01:46:03 +01:00
|
|
|
config BR2_PACKAGE_FLEX_BINARY
|
|
|
|
bool "Install tool in the target"
|
|
|
|
# needs fork()
|
|
|
|
depends on BR2_USE_MMU
|
2006-01-23 22:21:00 +01:00
|
|
|
depends on BR2_PACKAGE_FLEX
|
|
|
|
help
|
2012-11-30 01:46:03 +01:00
|
|
|
Install the flex binary tool in the target filesystem.
|