summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-28 15:11:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-28 15:11:29 +0200
commitc0c97a957ab37b7e4ec90075e4f66bc01083ee5c (patch)
tree57ad6d0aaa620c7fc4b03de5e38b2bccd3ca3589
parent36555b4c8dce27822ecbbed58798f887ad452b18 (diff)
downloadbuildroot-c0c97a957ab37b7e4ec90075e4f66bc01083ee5c.tar.gz
buildroot-c0c97a957ab37b7e4ec90075e4f66bc01083ee5c.zip
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 <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/uclibc/Config.in2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud