diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-04 06:24:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-04 06:24:37 +0000 |
commit | e23f8d206d85154a99c3f91d58a35227a279c479 (patch) | |
tree | fb15983a8e4f67b211a5ec08572d07d8a94854d5 /config.h.in | |
parent | 9710f75d4a4d57fa86f20e011c6dc6e66c590080 (diff) | |
download | glibc-e23f8d206d85154a99c3f91d58a35227a279c479.zip glibc-e23f8d206d85154a99c3f91d58a35227a279c479.tar.gz glibc-e23f8d206d85154a99c3f91d58a35227a279c479.tar.bz2 |
Update.
2002-02-03 Ulrich Drepper <drepper@redhat.com>
* config.h.in: Add HAVE_TLS_SUPPORT.
* sysdeps/i386/elf/configure.in: New file.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 53e761d..88a65aa 100644 --- a/config.h.in +++ b/config.h.in @@ -99,6 +99,9 @@ /* Define if the assembler supported .protected. */ #undef HAVE_PROTECTED +/* Define if binutils support TLS handling. */ +#undef HAVE_TLS_SUPPORT + /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ |