Support building a cross libtool for use on the host during cross-development.

This commit is contained in:
Eric Andersen 2005-09-30 20:46:29 +00:00
parent f2a5ce4b9d
commit ce0f1fe53e

View File

@ -73,6 +73,11 @@ libtool-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(LIBTOOL_DIR) uninstall
-$(MAKE) -C $(LIBTOOL_DIR) clean
libtool-cross: uclibc $(LIBTOOL_DIR)/$(LIBTOOL_BINARY)
libtool-cross-clean:
-$(MAKE) -C $(LIBTOOL_DIR) clean
libtool-dirclean:
rm -rf $(LIBTOOL_DIR)