diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2013-11-19 09:00:07 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-19 09:13:11 +0100 |
commit | b478d30a6d4eed00439cba627d7f45fe3e4025d4 (patch) | |
tree | b4cde607af9aa5bf1d600db8a91f5bf8206ad194 /toolchain/toolchain-buildroot | |
parent | b87c05dc95d7167d867f2aad132a1e908090b1ae (diff) |
glibc/eglibc: remove reference to experimental from help text
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>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain/toolchain-buildroot')
-rw-r--r-- | toolchain/toolchain-buildroot/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in index 8b37127d4..81593f145 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" |