linuxthreads

Xianghua Xiao xiaoxianghua@gmail.com
Thu Nov 4 19:37:00 GMT 2010


just curious, why are we still using linuxthreads in eglibc?
---------------------------------------------
CT_LIBC_SUPPORT_THREADS_ANY=y
CT_LIBC_SUPPORT_NPTL=y
CT_LIBC_SUPPORT_LINUXTHREADS=y
# CT_LIBC_SUPPORT_WIN32THREADS is not set
CT_THREADS="nptl"

#
# Common C library options
#
CT_THREADS_NPTL=y
# CT_THREADS_LINUXTHREADS is not set
# CT_THREADS_WIN32THREADS is not set
# CT_THREADS_NONE is not set
CT_LIBC_XLDD=y
---------------------------------------------

is there a way for me to turn off LINUXTHREADS in eglibc? I really
only need nptl.

not sure what these mean from the above config options:
CT_LIBC_SUPPORT_LINUXTHREADS=y
# CT_THREADS_LINUXTHREADS is not set

thanks,
xianghua

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list