summaryrefslogtreecommitdiff
path: root/config/target.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-29 19:30:38 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-29 19:30:38 (GMT)
commitabe0c8ba392d2b46a8a547bfcf96f8e08c8c8511 (patch)
tree003096d7b300f5e498d5bf294841ec044719d4d4 /config/target.in
parent2f451b0094b000872d328eeb24c45ee1a3a84115 (diff)
Threading model does not belong to the target sub-menu, but to the toolchain sub-menu.
Diffstat (limited to 'config/target.in')
-rw-r--r--config/target.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/config/target.in b/config/target.in
index 0b8a681..2f1b9c6 100644
--- a/config/target.in
+++ b/config/target.in
@@ -57,35 +57,6 @@ config ARCH_LE
endchoice
-choice
- bool
- prompt "Threading implentation to use:"
- default THREADS_NPTL if LIBC_SUPPORT_NPTL
- default THREADS_LINUXTHREADS if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
- default THREADS_NONE if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
-
-config THREADS_NPTL
- bool
- prompt "nptl"
- depends on LIBC_SUPPORT_NPTL
-
-config THREADS_LINUXTHREADS
- bool
- prompt "linuxthreads"
- depends on LIBC_SUPPORT_LINUXTHREADS
-
-config THREADS_NONE
- bool
- prompt "none"
-
-endchoice
-
-config THREADS
- string
- default "nptl" if THREADS_NPTL
- default "linuxthreads" if THREADS_LINUXTHREADS
- default "none" if THREADS_NONE
-
comment "Target optimisations"
config ARCH_ARCH