2004-10-09 06:13:40 +00:00
|
|
|
config BR2_PACKAGE_FLEX
|
2004-12-24 09:23:11 +00:00
|
|
|
bool "flex"
|
2012-11-01 04:35:44 +00:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2004-10-09 06:13:40 +00:00
|
|
|
help
|
2008-08-04 19:07:05 +00:00
|
|
|
A fast lexical analyser generator. A tool for generating
|
2004-12-24 09:23:11 +00:00
|
|
|
programs that perform pattern-matching on text.
|
2004-10-09 06:13:40 +00:00
|
|
|
|
2013-01-25 02:50:39 +00:00
|
|
|
http://flex.sourceforge.net/
|
2006-01-23 21:21:00 +00:00
|
|
|
|
2013-11-07 09:24:37 +01:00
|
|
|
if BR2_PACKAGE_FLEX
|
|
|
|
|
|
2012-11-30 00:46:03 +00:00
|
|
|
config BR2_PACKAGE_FLEX_BINARY
|
|
|
|
|
bool "Install tool in the target"
|
|
|
|
|
# needs fork()
|
|
|
|
|
depends on BR2_USE_MMU
|
2013-05-26 12:08:17 +00:00
|
|
|
# runtime dependency
|
|
|
|
|
select BR2_PACKAGE_M4
|
2013-05-28 11:27:00 +00:00
|
|
|
depends on BR2_USE_WCHAR # m4
|
2006-01-23 21:21:00 +00:00
|
|
|
help
|
2012-11-30 00:46:03 +00:00
|
|
|
Install the flex binary tool in the target filesystem.
|
2013-05-28 11:27:00 +00:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "flex binary needs a toolchain w/ wchar"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-05-28 11:27:00 +00:00
|
|
|
depends on !BR2_USE_WCHAR
|
2013-11-07 09:24:37 +01:00
|
|
|
|
|
|
|
|
endif
|