config/libc/glibc.in
changeset 922 3f0456891349
parent 865 04cf91f13430
child 1114 c3516fc7460d
     1.1 --- a/config/libc/glibc.in	Thu Sep 18 09:22:25 2008 +0000
     1.2 +++ b/config/libc/glibc.in	Mon Oct 13 11:23:51 2008 +0000
     1.3 @@ -1,6 +1,11 @@
     1.4  # glibc options
     1.5  
     1.6 -comment "glibc specific options"
     1.7 +config LIBC_glibc
     1.8 +    select LIBC_SUPPORT_NPTL
     1.9 +    select LIBC_SUPPORT_LINUXTHREADS
    1.10 +    help
    1.11 +      The de-facto standard for Linux distributions.
    1.12 +      Feature-rich, but large...  Most usefull for desktop-like systems.
    1.13  
    1.14  choice
    1.15      bool
    1.16 @@ -60,18 +65,3 @@
    1.17  # CT_INSERT_VERSION_STRING_ABOVE
    1.18  # Don't remove above line!
    1.19  
    1.20 -# Please note: This is not used for now (no sh support).
    1.21 -config LIBC_GLIBC_CONFIGPARMS
    1.22 -    string
    1.23 -#    prompt "Extra config params (READ HELP)"
    1.24 -    default "" if ARCH != "sh3" && ARCH != "sh4"
    1.25 -    default "no-z-defs=yes" if ARCH = "sh3" || ARCH = "sh4"
    1.26 -    help
    1.27 -      Some architectures need to set options in the file configparms.
    1.28 -      This is the case for sh3/4, which really need to set configparms as of
    1.29 -      gcc-3.4/glibc-2.3.2.
    1.30 -
    1.31 -      Unless you are building a toolchain for sh3/4, you should leave that empty.
    1.32 -
    1.33 -      Note: this is awkward, doesn't work well if you need more than one
    1.34 -            line in configparms