2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_M4
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "m4"
|
2010-09-19 22:34:20 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2012-05-08 01:27:22 +02:00
|
|
|
# uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2013-12-27 12:50:20 +01:00
|
|
|
# development tool, useless on the target
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
An implementation of the traditional Unix macro processor.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://www.gnu.org/software/m4/m4.html
|
2010-09-19 22:34:20 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "m4 needs a toolchain w/ wchar"
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2010-09-19 22:34:20 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|