All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] uclibc: use the ARC-specific uClibc by default on ARC
@ 2015-06-28 13:11 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2015-06-28 13:11 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=c0c97a957ab37b7e4ec90075e4f66bc01083ee5c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 package/uclibc/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 32c356a..14f713c 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.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-28 13:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-28 13:11 [Buildroot] [git commit] uclibc: use the ARC-specific uClibc by default on ARC Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.