summaryrefslogtreecommitdiffstats
path: root/package/m4/Config.in
blob: e2ce5b3ed6b92bad1e8a9091a1fe3894f03f0344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_M4
	bool "m4"
	depends on BR2_USE_WCHAR
	# uses fork()
	depends on BR2_USE_MMU
	# development tool, useless on the target
	depends on BR2_DEPRECATED_SINCE_2014_02
	help
	  An implementation of the traditional Unix macro processor.

	  http://www.gnu.org/software/m4/m4.html

comment "m4 needs a toolchain w/ wchar"
	depends on BR2_DEPRECATED_SINCE_2014_02
	depends on BR2_USE_MMU
	depends on !BR2_USE_WCHAR