From c0c97a957ab37b7e4ec90075e4f66bc01083ee5c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 28 Jun 2015 15:11:12 +0200 Subject: [PATCH] uclibc: use the ARC-specific uClibc by default on ARC Following the switch to uClibc-ng as the default library, uClibc-ng was also used as the default on ARC, while we actually want to use the ARC specific version by default on this architecture. Signed-off-by: Thomas Petazzoni --- package/uclibc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 32c356a23c..14f713cba5 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -18,7 +18,7 @@ config BR2_UCLIBC_VERSION_SUPPORTS_NPTL choice prompt "uClibc C library Version" - default BR2_UCLIBC_VERSION_NG + default BR2_UCLIBC_VERSION_NG if !BR2_arc help Select the version of uClibc you wish to use. -- 2.30.2