Ver Fonte

add musl include

Waldemar Brodkorb há 12 anos atrás
pai
commit
205ea332ae
1 ficheiros alterados com 4 adições e 0 exclusões
  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