config/libc/glibc.in
changeset 2237 eda8abf2f0b5
parent 2235 20d61f6e05e5
child 2267 7af68e6083aa
     1.1 --- a/config/libc/glibc.in	Wed Dec 29 19:34:53 2010 +0100
     1.2 +++ b/config/libc/glibc.in	Sun Jan 02 22:32:48 2011 +0100
     1.3 @@ -62,46 +62,46 @@
     1.4      prompt "2.11 (EXPERIMENTAL)"
     1.5      depends on EXPERIMENTAL
     1.6  
     1.7 -config LIBC_V_2_10_1
     1.8 +config LIBC_GLIBC_V_2_10_1
     1.9      bool
    1.10      prompt "2.10.1 (EXPERIMENTAL)"
    1.11      depends on EXPERIMENTAL
    1.12      select LIBC_GLIBC_USE_PORTS
    1.13  
    1.14 -config LIBC_V_2_9
    1.15 +config LIBC_GLIBC_V_2_9
    1.16      bool
    1.17      prompt "2.9"
    1.18  
    1.19 -config LIBC_V_2_8
    1.20 +config LIBC_GLIBC_V_2_8
    1.21      bool
    1.22      prompt "2.8"
    1.23  
    1.24 -config LIBC_V_2_7
    1.25 +config LIBC_GLIBC_V_2_7
    1.26      bool
    1.27      prompt "2.7 (OBSOLETE)"
    1.28      depends on OBSOLETE
    1.29  
    1.30 -config LIBC_V_2_6_1
    1.31 +config LIBC_GLIBC_V_2_6_1
    1.32      bool
    1.33      prompt "2.6.1 (OBSOLETE)"
    1.34      depends on OBSOLETE
    1.35  
    1.36 -config LIBC_V_2_6
    1.37 +config LIBC_GLIBC_V_2_6
    1.38      bool
    1.39      prompt "2.6 (OBSOLETE)"
    1.40      depends on OBSOLETE
    1.41  
    1.42 -config LIBC_V_2_5_1
    1.43 +config LIBC_GLIBC_V_2_5_1
    1.44      bool
    1.45      prompt "2.5.1 (OBSOLETE)"
    1.46      depends on OBSOLETE
    1.47  
    1.48 -config LIBC_V_2_5
    1.49 +config LIBC_GLIBC_V_2_5
    1.50      bool
    1.51      prompt "2.5 (OBSOLETE)"
    1.52      depends on OBSOLETE
    1.53  
    1.54 -config LIBC_V_2_3_6
    1.55 +config LIBC_GLIBC_V_2_3_6
    1.56      bool
    1.57      prompt "2.3.6 (OBSOLETE)"
    1.58      depends on OBSOLETE
    1.59 @@ -116,12 +116,12 @@
    1.60      default "2.12.1" if LIBC_GLIBC_V_2_12_1
    1.61      default "2.11.1" if LIBC_GLIBC_V_2_11_1
    1.62      default "2.11" if LIBC_GLIBC_V_2_11
    1.63 -    default "2.10.1" if LIBC_V_2_10_1
    1.64 -    default "2.9" if LIBC_V_2_9
    1.65 -    default "2.8" if LIBC_V_2_8
    1.66 -    default "2.7" if LIBC_V_2_7
    1.67 -    default "2.6.1" if LIBC_V_2_6_1
    1.68 -    default "2.6" if LIBC_V_2_6
    1.69 -    default "2.5.1" if LIBC_V_2_5_1
    1.70 -    default "2.5" if LIBC_V_2_5
    1.71 -    default "2.3.6" if LIBC_V_2_3_6
    1.72 +    default "2.10.1" if LIBC_GLIBC_V_2_10_1
    1.73 +    default "2.9" if LIBC_GLIBC_V_2_9
    1.74 +    default "2.8" if LIBC_GLIBC_V_2_8
    1.75 +    default "2.7" if LIBC_GLIBC_V_2_7
    1.76 +    default "2.6.1" if LIBC_GLIBC_V_2_6_1
    1.77 +    default "2.6" if LIBC_GLIBC_V_2_6
    1.78 +    default "2.5.1" if LIBC_GLIBC_V_2_5_1
    1.79 +    default "2.5" if LIBC_GLIBC_V_2_5
    1.80 +    default "2.3.6" if LIBC_GLIBC_V_2_3_6