summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-17 00:13:00 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-05-17 08:48:23 +0200
commit500de2598a4902a0e9ec53f7b475046ff17c6681 (patch)
tree63ad1548ccee466b0bd1a8c29f106d5bfc181465 /package/gcc
parent6cfb56a420a4c1cd067ff65b3c5187213b652b3a (diff)
downloadbuildroot-500de2598a4902a0e9ec53f7b475046ff17c6681.tar.gz
buildroot-500de2598a4902a0e9ec53f7b475046ff17c6681.zip
toolchain: remove eglibc support
The eglibc support has been marked deprecated since 2015.08, so it's time to remove it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
-rw-r--r--package/gcc/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 6b2d04630c..6c2732d20f 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -128,7 +128,7 @@ config BR2_TOOLCHAIN_BUILDROOT_FORTRAN
config BR2_GCC_ENABLE_TLS
bool "Enable compiler tls support" if BR2_TOOLCHAIN_BUILDROOT_UCLIBC
default y
- depends on BR2_PTHREADS_NATIVE || BR2_TOOLCHAIN_BUILDROOT_EGLIBC || BR2_TOOLCHAIN_BUILDROOT_GLIBC
+ depends on BR2_PTHREADS_NATIVE || BR2_TOOLCHAIN_BUILDROOT_GLIBC
help
Enable the compiler to generate code for accessing
thread local storage variables
OpenPOWER on IntegriCloud