mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
uclibc: don't install libs to target if BR2_PREFER_STATIC_LIB
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3ef9b6969c
commit
c95174a8df
@ -512,7 +512,10 @@ ifeq ($(BR2_CROSS_TOOLCHAIN_TARGET_UTILS),y)
|
|||||||
endif
|
endif
|
||||||
touch -c $@
|
touch -c $@
|
||||||
|
|
||||||
|
ifneq ($(BR2_PREFER_STATIC_LIB),y)
|
||||||
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0
|
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_UCLIBC_INSTALL_TEST_SUITE),y)
|
ifeq ($(BR2_UCLIBC_INSTALL_TEST_SUITE),y)
|
||||||
UCLIBC_TARGETS+=uclibc-test
|
UCLIBC_TARGETS+=uclibc-test
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user