summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-23 11:15:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-05 15:05:59 +0100
commit7057cbbfdab31ea77289f4458391ef5e01b6714a (patch)
treec039b54192b9d8f191be12e1acb26172019843f0
parentb7c75d871eee7f737bdfac71c622ddf26b1e0be8 (diff)
downloadOSELAS.Toolchain-7057cbbfdab31ea77289f4458391ef5e01b6714a.tar.gz
OSELAS.Toolchain-7057cbbfdab31ea77289f4458391ef5e01b6714a.tar.xz
glibc: tls has not been optional for a long time
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/glibc.in6
-rw-r--r--rules/glibc.make6
2 files changed, 0 insertions, 12 deletions
diff --git a/rules/glibc.in b/rules/glibc.in
index 8ceda5d..f17209e 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -94,12 +94,6 @@ config GLIBC_HEADERS_FAKE_CROSS
help
Add these args to fake a crosscompiler during glibc-header extraction stage.
-config GLIBC_TLS
- bool
- prompt "enable TLS"
- help
- Activate Thread Local Storage.
-
config GLIBC_EXTRA_ADDONS
string
prompt "extra addons"
diff --git a/rules/glibc.make b/rules/glibc.make
index b1cca77..498a728 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -86,12 +86,6 @@ GLIBC_AUTOCONF_COMMON := \
\
$(PTXCONF_GLIBC_CONFIG_EXTRA)
-ifdef PTXCONF_GLIBC_TLS
-GLIBC_AUTOCONF_COMMON += --with-tls --with-__thread
-else
-GLIBC_AUTOCONF_COMMON += --without-tls --without-__thread
-endif
-
GLIBC_CONF_TOOL := autoconf
GLIBC_CONF_OPT := \
$(GLIBC_AUTOCONF_COMMON) \