summaryrefslogtreecommitdiffstats
path: root/package/libtool/Config.in
blob: 42df25b0a65bcd33f11421b14ce1828f06998de5 (plain)
1
2
3
4
5
6
7
8
9
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/