1
0
Waldemar Brodkorb 12 лет назад
Родитель
Сommit
205ea332ae
1 измененных файлов с 4 добавлено и 0 удалено
  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