Config.in 421 B

123456789101112
  1. config BR2_PACKAGE_MAKE
  2. bool "make"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. A tool which controls the generation of executables and other
  6. non-source files of a program from the program's source files.
  7. While Buildroot no longer supports building a toolchain for
  8. the target, we keep a make package that is for example
  9. useful to run the uClibc test suite on the target.
  10. http://www.gnu.org/software/make/