summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-14 16:33:31 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-06-23 00:24:31 +0200
commitdab385644a165dad91043889504be67282f93174 (patch)
tree2a9f22f2658a9fbbb3ea56fe951117e4e8568491 /toolchain
parent69f43ebf132b2bf7d83967a787212284ff61c8c4 (diff)
downloadbuildroot-dab385644a165dad91043889504be67282f93174.tar.gz
buildroot-dab385644a165dad91043889504be67282f93174.zip
toolchain-buildroot: mark eglibc as deprecated
eglibc is a dead project and has not been making any release since a while, now that glibc is back and kicking. So let's deprecated our eglibc support. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-buildroot/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index d9914b0845..77a197edc0 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -49,6 +49,7 @@ config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
BR2_x86_64 || BR2_microblaze || BR2_powerpc64
depends on BR2_USE_MMU
depends on !BR2_STATIC_LIBS
+ depends on BR2_DEPRECATED_SINCE_2015_08
select BR2_TOOLCHAIN_USES_GLIBC
# our eglibc.mk enables RPC support
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
OpenPOWER on IntegriCloud