config/target.in
changeset 144 27a0abfd46d1
parent 138 dc4ce917245f
child 283 defda3b376bf
     1.1 --- a/config/target.in	Sun May 27 20:29:22 2007 +0000
     1.2 +++ b/config/target.in	Tue May 29 19:30:38 2007 +0000
     1.3 @@ -57,35 +57,6 @@
     1.4  
     1.5  endchoice
     1.6  
     1.7 -choice
     1.8 -    bool
     1.9 -    prompt "Threading implentation to use:"
    1.10 -    default THREADS_NPTL           if LIBC_SUPPORT_NPTL
    1.11 -    default THREADS_LINUXTHREADS   if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
    1.12 -    default THREADS_NONE           if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
    1.13 -
    1.14 -config THREADS_NPTL
    1.15 -    bool
    1.16 -    prompt "nptl"
    1.17 -    depends on LIBC_SUPPORT_NPTL
    1.18 -
    1.19 -config THREADS_LINUXTHREADS
    1.20 -    bool
    1.21 -    prompt "linuxthreads"
    1.22 -    depends on LIBC_SUPPORT_LINUXTHREADS
    1.23 -
    1.24 -config THREADS_NONE
    1.25 -    bool
    1.26 -    prompt "none"
    1.27 -
    1.28 -endchoice
    1.29 -
    1.30 -config THREADS
    1.31 -    string
    1.32 -    default "nptl"          if THREADS_NPTL
    1.33 -    default "linuxthreads"  if THREADS_LINUXTHREADS
    1.34 -    default "none"          if THREADS_NONE
    1.35 -
    1.36  comment "Target optimisations"
    1.37  
    1.38  config ARCH_ARCH