summaryrefslogtreecommitdiff
path: root/config/libc_glibc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-14 19:59:41 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-14 19:59:41 (GMT)
commit721da92158c37cd044ccccd3b37d1e8d0c183f39 (patch)
treefab407de0160b1a00f2426f9481e336feb8c3c3a /config/libc_glibc.in
parentae66018803112b86abb96109696ef2192870d6d5 (diff)
Move the whole threading ;odel choice out of glibc and into the generic C library options: even uClibc may have NPTL at one point in the (hopefully near) future.
Mark the progress bar as being CPU-intensive. Little style fix to the core C compiler build step.
Diffstat (limited to 'config/libc_glibc.in')
-rw-r--r--config/libc_glibc.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/libc_glibc.in b/config/libc_glibc.in
index eef10b7..d1b4be3 100644
--- a/config/libc_glibc.in
+++ b/config/libc_glibc.in
@@ -136,25 +136,6 @@ config LIBC_VERSION
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
-choice
- bool
- prompt "Threading implentation to use:"
- default LIBC_GLIBC_THREADS_LINUXTHREADS
-
-config LIBC_GLIBC_THREADS_NPTL
- bool
- prompt "nptl (not implemented)"
-
-config LIBC_GLIBC_THREADS_LINUXTHREADS
- bool
- prompt "linuxthreads"
-
-config LIBC_GLIBC_THREADS_NONE
- bool
- prompt "none"
-
-endchoice
-
config LIBC_GLIBC_EXTRA_CONFIG
string
prompt "glibc extra config"