Pārlūkot izejas kodu

add musl include

Waldemar Brodkorb 10 gadi atpakaļ
vecāks
revīzija
205ea332ae
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      package/libstdcxx/Makefile

+ 4 - 0
package/libstdcxx/Makefile

@@ -8,9 +8,13 @@ else
 ifeq ($(ADK_TARGET_LIB_EGLIBC),y)
 include ${TOPDIR}/toolchain/eglibc/Makefile.inc
 else
+ifeq ($(ADK_TARGET_LIB_MUSL),y)
+include ${TOPDIR}/toolchain/musl/Makefile.inc
+else
 include ${TOPDIR}/toolchain/uClibc/Makefile.inc
 endif
 endif
+endif
 
 PKG_NAME:=		libstdcxx
 PKG_DESCR:=		C++ support library