diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-11 15:02:01 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-11 15:02:01 -0400 |
commit | 83cd14204559abbb52635006832eaf4d2f42514a (patch) | |
tree | 81dbbd663d1011d9fc01b591fd2bea237905ab6b /config.h.in | |
parent | 633f745dcad9c7324f56f8ef85ee9b460b1006e7 (diff) | |
download | glibc-83cd14204559abbb52635006832eaf4d2f42514a.tar glibc-83cd14204559abbb52635006832eaf4d2f42514a.tar.gz glibc-83cd14204559abbb52635006832eaf4d2f42514a.tar.bz2 glibc-83cd14204559abbb52635006832eaf4d2f42514a.zip |
Remove --wth-tls option, TLS support is required
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 893d8f6be3..7b5095691d 100644 --- a/config.h.in +++ b/config.h.in @@ -112,9 +112,6 @@ /* Define if _rtld_local structure should be forced into .sdata section. */ #undef HAVE_SDATA_SECTION -/* Define if binutils support TLS handling. */ -#undef HAVE_TLS_SUPPORT - /* Define if gcc supports SSE4. */ #undef HAVE_SSE4_SUPPORT |