mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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>
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
config BR2_PACKAGE_LIBTOOL
|
|
bool "libtool"
|
|
# We no longer support a toolchain on the target
|
|
depends on BR2_DEPRECATED
|
|
help
|
|
Library that hides the complexity of using shared/static libraries
|
|
on different platforms behind a consistent, portable interface.
|
|
|
|
http://www.gnu.org/software/libtool/
|