diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-27 20:22:06 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-27 20:22:06 +0000 |
commit | de5df0533c0bde20f08d788543feac6915a2a5f7 (patch) | |
tree | 93bb27024a37f3953b8ae0ecc2af9dc06e0def8c /config/libc.in | |
parent | 266e38cc13fe4f1388dfc792349a9dc333b87de6 (diff) | |
download | crosstool-ng-de5df0533c0bde20f08d788543feac6915a2a5f7.tar.gz crosstool-ng-de5df0533c0bde20f08d788543feac6915a2a5f7.tar.bz2 crosstool-ng-de5df0533c0bde20f08d788543feac6915a2a5f7.zip |
Merge the NPTL stuff.
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
Diffstat (limited to 'config/libc.in')
-rw-r--r-- | config/libc.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/config/libc.in b/config/libc.in index da86f1cb..e919ba85 100644 --- a/config/libc.in +++ b/config/libc.in @@ -36,31 +36,6 @@ config LIBC_SUPPORT_LINUXTHREADS bool default n -choice - bool - prompt "Threading implentation to use:" - default LIBC_THREADS_NPTL if LIBC_SUPPORT_NPTL - default LIBC_THREADS_LINUXTHREADS if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL - default LIBC_THREADS_NONE if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL - depends on EXPERIMENTAL - -config LIBC_THREADS_NPTL - bool - prompt "nptl (EXPERIMENTAL)" - depends on LIBC_SUPPORT_NPTL - depends on EXPERIMENTAL - -config LIBC_THREADS_LINUXTHREADS - bool - prompt "linuxthreads" - depends on LIBC_SUPPORT_LINUXTHREADS - -config LIBC_THREADS_NONE - bool - prompt "none" - -endchoice - if LIBC_GLIBC source config/libc_glibc.in endif |