Loading package/Makefile.in +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
package/Makefile.in +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading