This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Should -with-tls be default? Or should nptl turn it on?


libc/configure.in:
   dnl Let the user avoid using TLS.  Don't know why but...
   dnl XXX For now we disable support by default.
   AC_ARG_WITH([tls],
            AC_HELP_STRING([--with-tls],
                           [enable support for TLS]),
	    [usetls=$withval],
	    [usetls=no])

...

   nptl/sysdeps/i386/tls.h:58:3: #error "TLS support is required."

-Enrique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]