mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Support building a cross libtool for use on the host during cross-development.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user