Browse Source

toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 44766
John Crispin 10 years ago
parent
commit
57a8bd2bc5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/Config.in

+ 1 - 0
toolchain/Config.in

@@ -212,6 +212,7 @@ comment "C Library"
 choice
 choice
 	prompt "C Library implementation" if TOOLCHAINOPTS
 	prompt "C Library implementation" if TOOLCHAINOPTS
 	default LIBC_USE_GLIBC if (aarch64 || aarch64_be)
 	default LIBC_USE_GLIBC if (aarch64 || aarch64_be)
+	default LIBC_USE_UCLIBC
 	help
 	help
 	  Select the C library implementation.
 	  Select the C library implementation.