f576b7b5a33580227d180b14d85640009c6affec
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / make / Config.in
1 config BR2_PACKAGE_MAKE
2         bool "make"
3         depends on BR2_USE_MMU # fork()
4         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
5         help
6           A tool which controls the generation of executables and other
7           non-source files of a program from the program's source files.
8
9           While Buildroot no longer supports building a toolchain for
10           the target, we keep a make package that is for example
11           useful to run the uClibc test suite on the target.
12
13           http://www.gnu.org/software/make/