Răsfoiți Sursa

toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy there in a few places

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 47355
Felix Fietkau 10 ani în urmă
părinte
comite
36d3c4bdbf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      toolchain/Config.in

+ 1 - 1
toolchain/Config.in

@@ -211,7 +211,7 @@ comment "C Library"
 
 
 choice
 choice
 	prompt "C Library implementation" if TOOLCHAINOPTS
 	prompt "C Library implementation" if TOOLCHAINOPTS
-	default LIBC_USE_UCLIBC if mips64 || mips64el
+	default LIBC_USE_GLIBC if mips64 || mips64el
 	default LIBC_USE_MUSL
 	default LIBC_USE_MUSL
 	help
 	help
 	  Select the C library implementation.
 	  Select the C library implementation.