Browse Source

disable for uClibc until found a fix

Waldemar Brodkorb 11 years ago
parent
commit
0cefe8a1ad
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/gcc/Makefile

+ 2 - 0
package/gcc/Makefile

@@ -14,6 +14,8 @@ PKG_BUILDDEP:=		libmpc gmp mpfr
 PKG_SUBPKGS:=		GCC GXX
 PKGSD_GXX:=		GNU C++ compiler
 
+PKG_LIBC_DEPENDS:=	glibc musl
+
 WRKBUILD=               ${WRKDIR}/${PKG_NAME}-obj
 
 include ${TOPDIR}/mk/package.mk