mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
package: add support for musl in tuple
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a343e8b359
commit
7db35ffa81
@ -47,6 +47,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
|
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
|
||||||
LIBC=uclibc
|
LIBC=uclibc
|
||||||
|
else ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
|
||||||
|
LIBC=musl
|
||||||
else
|
else
|
||||||
LIBC=gnu
|
LIBC=gnu
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user