mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-22 19:53:32 +08:00
Support building a cross libtool for use on the host during cross-development.
This commit is contained in:
parent
f2a5ce4b9d
commit
ce0f1fe53e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user