2003-01-09 03:34:10 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# libtool
|
|
|
|
#
|
|
|
|
#############################################################
|
2010-10-09 12:52:53 +02:00
|
|
|
LIBTOOL_VERSION = 2.2.10
|
2009-03-23 22:46:51 +01:00
|
|
|
LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz
|
|
|
|
LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
|
2011-09-29 10:40:58 +02:00
|
|
|
LIBTOOL_INSTALL_STAGING = YES
|
2003-01-09 03:34:10 +01:00
|
|
|
|
2010-10-09 12:52:54 +02:00
|
|
|
HOST_LIBTOOL_LIBTOOL_PATCH = NO
|
|
|
|
|
2011-09-29 21:57:43 +02:00
|
|
|
$(eval $(call AUTOTARGETS))
|
|
|
|
$(eval $(call AUTOTARGETS,host))
|
2007-06-28 15:51:07 +02:00
|
|
|
|
2009-11-01 23:40:02 +01:00
|
|
|
# variables used by other packages
|
|
|
|
LIBTOOL:=$(HOST_DIR)/usr/bin/libtool
|
2010-04-30 02:24:10 +02:00
|
|
|
LIBTOOLIZE:=$(HOST_DIR)/usr/bin/libtoolize
|