libtool.mk 496 B

123456789101112131415161718
  1. #############################################################
  2. #
  3. # libtool
  4. #
  5. #############################################################
  6. LIBTOOL_VERSION = 2.2.10
  7. LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz
  8. LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
  9. LIBTOOL_INSTALL_STAGING = YES
  10. HOST_LIBTOOL_LIBTOOL_PATCH = NO
  11. $(eval $(call AUTOTARGETS))
  12. $(eval $(call AUTOTARGETS,host))
  13. # variables used by other packages
  14. LIBTOOL:=$(HOST_DIR)/usr/bin/libtool
  15. LIBTOOLIZE:=$(HOST_DIR)/usr/bin/libtoolize