Author: nbd Date: 2015-11-02 19:12:01 +0100 (Mon, 02 Nov 2015) New Revision: 47355
Modified: trunk/toolchain/Config.in Log: 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]> Modified: trunk/toolchain/Config.in =================================================================== --- trunk/toolchain/Config.in 2015-11-02 10:18:50 UTC (rev 47354) +++ trunk/toolchain/Config.in 2015-11-02 18:12:01 UTC (rev 47355) @@ -211,7 +211,7 @@ choice prompt "C Library implementation" if TOOLCHAINOPTS - default LIBC_USE_UCLIBC if mips64 || mips64el + default LIBC_USE_GLIBC if mips64 || mips64el default LIBC_USE_MUSL help Select the C library implementation. _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
