Sfoglia il codice sorgente

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>
Thomas Petazzoni 11 anni fa
parent
commit
7db35ffa81
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      package/Makefile.in

+ 2 - 0
package/Makefile.in

@@ -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