d4e8f3cd48
automake, autoconf, libtool and make on the target are basically useless if we don't support building a toolchain on the target. Of course, the host variant of automake, autoconf and libtool will remain available. [Peter: fixup to apply after perl change] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
config BR2_PACKAGE_MAKE
|
|
bool "make"
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
# We no longer support a toolchain on the target
|
|
depends on BR2_DEPRECATED
|
|
help
|
|
A tool which controls the generation of executables and other
|
|
non-source files of a program from the program's source files.
|
|
|
|
http://www.gnu.org/software/make/
|