config/libc/glibc-eglibc.in-common
changeset 2484 d1a8c2ae7946
parent 2469 3b08a7927e55
child 2564 5d4e91c0343e
     1.1 --- a/config/libc/glibc-eglibc.in-common	Wed May 18 23:42:57 2011 +0200
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Tue May 31 16:27:39 2011 +0200
     1.3 @@ -63,7 +63,6 @@
     1.4      bool
     1.5      prompt "Enable fortified build (EXPERIMENTAL)"
     1.6      depends on EXPERIMENTAL
     1.7 -    default n
     1.8      help
     1.9        If you say 'y' here, then glibc will be using fortified versions
    1.10        of functions with format arguments (eg. vsyslog, printf...), and
    1.11 @@ -83,7 +82,6 @@
    1.12  config LIBC_DISABLE_VERSIONING
    1.13      bool
    1.14      prompt "Disable symbols versioning"
    1.15 -    default n
    1.16      help
    1.17        Do not include versioning information in the library objects.
    1.18  
    1.19 @@ -102,7 +100,6 @@
    1.20  config LIBC_GLIBC_FORCE_UNWIND
    1.21      bool
    1.22      prompt "Force unwind support (READ HELP!)"
    1.23 -    default n
    1.24      help
    1.25        If your toolchain fails building while building the C library
    1.26        start files, or the complete C library, with a message like:
    1.27 @@ -117,7 +114,6 @@
    1.28  config LIBC_GLIBC_USE_PORTS
    1.29      bool
    1.30      prompt "Use the ports addon"
    1.31 -    default n
    1.32      help
    1.33        The ports addon contains some architecture ports that are not available
    1.34        in the official distribution.