summaryrefslogtreecommitdiffstats
path: root/rules/host-flex.in
blob: ab7c57708b77039fc60432e7e96507b0a9365a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=hosttools_noprompt
config HOST_FLEX254
	bool
	prompt "flex 2.5.4 [BROKEN]"
	depends on BROKEN
	help
	  Flex (The Fast Lexical Analyzer)

	  Flex is a fast lexical analyser generator. It is
	  a tool for generating programs that perform
	  pattern-matching on text. Flex is a non-GNU free
	  implementation of the well known Lex program.