config/libc_glibc.in
changeset 16 ba927c7db679
parent 1 eeea35fbf182
child 22 3b50052c0586
     1.1 --- a/config/libc_glibc.in	Sat Feb 24 11:00:05 2007 +0000
     1.2 +++ b/config/libc_glibc.in	Sat Mar 10 14:46:35 2007 +0000
     1.3 @@ -179,6 +179,19 @@
     1.4        Note: this is awkward, doesn't work well if you need more than one
     1.5              line in configparms
     1.6  
     1.7 +config LIBC_GLIBC_USE_PORTS
     1.8 +    bool
     1.9 +    prompt "Use the ports addon"
    1.10 +    default y
    1.11 +    help
    1.12 +      The ports addon contains some architecture ports that are not available
    1.13 +      in the official glibc distribution.
    1.14 +      
    1.15 +      For example, this is the case for ARM with glibc >= 2.4
    1.16 +      
    1.17 +      Say n only if you're sure that your architecture is in the official
    1.18 +      glibc distribution for your chosen version.
    1.19 +
    1.20  config LIBC_ADDONS
    1.21      bool
    1.22      prompt "Pass extra addons list"
    1.23 @@ -191,6 +204,7 @@
    1.24      string
    1.25      prompt "Extra addons"
    1.26      default ""
    1.27 +    depends on LIBC_ADDONS
    1.28      help
    1.29        Extra addons to include in glibc.
    1.30