diff mbox

[for-2013.11] glibc/eglibc: remove reference to experimental from help text

Message ID 1384848007-8853-1-git-send-email-arnout@mind.be
State Accepted
Commit b478d30a6d4eed00439cba627d7f45fe3e4025d4
Headers show

Commit Message

Arnout Vandecappelle Nov. 19, 2013, 8 a.m. UTC
Since 924b8739da we no longer declare glibc and eglibc support as
experimental, so it shouldn't be mentioned in the help text anymore.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 toolchain/toolchain-buildroot/Config.in | 6 ------
 1 file changed, 6 deletions(-)

Comments

Thomas Petazzoni Nov. 19, 2013, 8:10 a.m. UTC | #1
Dear Arnout Vandecappelle (Essensium/Mind),

On Tue, 19 Nov 2013 09:00:07 +0100, Arnout Vandecappelle
(Essensium/Mind) wrote:
> Since 924b8739da we no longer declare glibc and eglibc support as
> experimental, so it shouldn't be mentioned in the help text anymore.
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>  toolchain/toolchain-buildroot/Config.in | 6 ------
>  1 file changed, 6 deletions(-)

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Korsgaard Nov. 19, 2013, 8:13 a.m. UTC | #2
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > Since 924b8739da we no longer declare glibc and eglibc support as
 > experimental, so it shouldn't be mentioned in the help text anymore.

Committed, thanks.
diff mbox

Patch

diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 8b37127..81593f1 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -31,9 +31,6 @@  config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
 	  This option selects eglibc as the C library for the
 	  cross-compilation toolchain.
 
-	  The eglibc support in the Buildroot toolchain backend is
-	  very recent, and therefore marked experimental.
-
 	  http://eglibc.org
 
 config BR2_TOOLCHAIN_BUILDROOT_GLIBC
@@ -51,9 +48,6 @@  config BR2_TOOLCHAIN_BUILDROOT_GLIBC
 	  This option selects glibc as the C library for the
 	  cross-compilation toolchain.
 
-	  The glibc support in the Buildroot toolchain backend is
-	  very recent, and therefore marked experimental.
-
 	  http://www.gnu.org/software/libc/
 
 comment "(e)glibc only available with shared lib support"