Commit 7db35ffa authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

package: add support for musl in tuple

parent a343e8b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ endif

ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
LIBC=uclibc
else ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
LIBC=musl
else
LIBC=gnu
endif