summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) \