Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] uclibc: use uClibc-ng by default
@ 2015-06-13 17:21 Thomas Petazzoni
  2015-06-13 17:21 ` [Buildroot] [PATCH 2/2] uclibc: remove Xtensa specific version Thomas Petazzoni
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2015-06-13 17:21 UTC (permalink / raw)
  To: buildroot

Since the uClibc project is not making any release since about 3
years, and the uClibc-ng project is now alive and delivering regular
releases based on uClibc master plus a number of fixes, let's make
uClibc-ng the default uClibc version used by Buildroot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Waldemar Brodkorb <wbx@openadk.org>
---
 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 dd23853..9b29ae5 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_0_9_33
+	default BR2_UCLIBC_VERSION_NG
 	help
 	  Select the version of uClibc you wish to use.
 
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-06-14 12:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-13 17:21 [Buildroot] [PATCH 1/2] uclibc: use uClibc-ng by default Thomas Petazzoni
2015-06-13 17:21 ` [Buildroot] [PATCH 2/2] uclibc: remove Xtensa specific version Thomas Petazzoni
2015-06-14  9:33   ` Yann E. MORIN
2015-06-14 12:08   ` Max Filippov
2015-06-14 12:52     ` Thomas Petazzoni
2015-06-14 12:52   ` Thomas Petazzoni
2015-06-14  1:25 ` [Buildroot] [PATCH 1/2] uclibc: use uClibc-ng by default Gustavo Zacarias
2015-06-14  9:31 ` Yann E. MORIN
2015-06-14 12:51 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox