mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00: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) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(LIBTOOL_DIR) uninstall
|
||||||
-$(MAKE) -C $(LIBTOOL_DIR) clean
|
-$(MAKE) -C $(LIBTOOL_DIR) clean
|
||||||
|
|
||||||
|
libtool-cross: uclibc $(LIBTOOL_DIR)/$(LIBTOOL_BINARY)
|
||||||
|
|
||||||
|
libtool-cross-clean:
|
||||||
|
-$(MAKE) -C $(LIBTOOL_DIR) clean
|
||||||
|
|
||||||
libtool-dirclean:
|
libtool-dirclean:
|
||||||
rm -rf $(LIBTOOL_DIR)
|
rm -rf $(LIBTOOL_DIR)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user