libc/eglibc: normalize eglibc hidden version names
authorBryan Hundven <bryanhundven@gmail.com>
Sun Jan 02 22:33:04 2011 +0100 (2011-01-02)
changeset 2239bc439f6537ae
parent 2238 c9eab2fa7a3c
child 2240 fdb218680a54
libc/eglibc: normalize eglibc hidden version names

In the previous patches to glibc and uclibc, we standardized on hidden
version names:

LIBC_<LIBC NAME>_V_<VERSION>

This patch updates EGLIBC to be the same for consistency to:

LIBC_EGLIBC_V_<VERSION>

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
config/libc/eglibc.in
     1.1 --- a/config/libc/eglibc.in	Mon Jan 03 01:15:30 2011 +0100
     1.2 +++ b/config/libc/eglibc.in	Sun Jan 02 22:33:04 2011 +0100
     1.3 @@ -18,45 +18,45 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config EGLIBC_V_2_12
     1.8 +config LIBC_EGLIBC_V_2_12
     1.9      bool
    1.10      prompt "2_12"
    1.11      depends on EXPERIMENTAL
    1.12  
    1.13 -config EGLIBC_V_2_11
    1.14 +config LIBC_EGLIBC_V_2_11
    1.15      bool
    1.16      prompt "2_11"
    1.17      depends on EXPERIMENTAL
    1.18  
    1.19 -config EGLIBC_V_2_10
    1.20 +config LIBC_EGLIBC_V_2_10
    1.21      bool
    1.22      prompt "2_10"
    1.23  
    1.24 -config EGLIBC_V_2_9
    1.25 +config LIBC_EGLIBC_V_2_9
    1.26      bool
    1.27      prompt "2_9"
    1.28  
    1.29 -config EGLIBC_V_2_8
    1.30 +config LIBC_EGLIBC_V_2_8
    1.31      bool
    1.32      prompt "2_8 (OBSOLETE)"
    1.33      depends on OBSOLETE
    1.34  
    1.35 -config EGLIBC_V_2_7
    1.36 +config LIBC_EGLIBC_V_2_7
    1.37      bool
    1.38      prompt "2_7 (OBSOLETE)"
    1.39      depends on OBSOLETE
    1.40  
    1.41 -config EGLIBC_V_2_6
    1.42 +config LIBC_EGLIBC_V_2_6
    1.43      bool
    1.44      prompt "2_6 (OBSOLETE)"
    1.45      depends on OBSOLETE
    1.46  
    1.47 -config EGLIBC_V_2_5
    1.48 +config LIBC_EGLIBC_V_2_5
    1.49      bool
    1.50      prompt "2_5 (OBSOLETE)"
    1.51      depends on OBSOLETE
    1.52  
    1.53 -config EGLIBC_V_TRUNK
    1.54 +config LIBC_EGLIBC_V_TRUNK
    1.55      bool
    1.56      prompt "'trunk'"
    1.57      help
    1.58 @@ -68,15 +68,15 @@
    1.59      string
    1.60  # Don't remove next line
    1.61  # CT_INSERT_VERSION_STRING_BELOW
    1.62 -    default "2_12" if EGLIBC_V_2_12
    1.63 -    default "2_11" if EGLIBC_V_2_11
    1.64 -    default "2_10" if EGLIBC_V_2_10
    1.65 -    default "2_9" if EGLIBC_V_2_9
    1.66 -    default "2_8" if EGLIBC_V_2_8
    1.67 -    default "2_7" if EGLIBC_V_2_7
    1.68 -    default "2_6" if EGLIBC_V_2_6
    1.69 -    default "2_5" if EGLIBC_V_2_5
    1.70 -    default "trunk" if EGLIBC_V_TRUNK
    1.71 +    default "2_12" if LIBC_EGLIBC_V_2_12
    1.72 +    default "2_11" if LIBC_EGLIBC_V_2_11
    1.73 +    default "2_10" if LIBC_EGLIBC_V_2_10
    1.74 +    default "2_9" if LIBC_EGLIBC_V_2_9
    1.75 +    default "2_8" if LIBC_EGLIBC_V_2_8
    1.76 +    default "2_7" if LIBC_EGLIBC_V_2_7
    1.77 +    default "2_6" if LIBC_EGLIBC_V_2_6
    1.78 +    default "2_5" if LIBC_EGLIBC_V_2_5
    1.79 +    default "trunk" if LIBC_EGLIBC_V_TRUNK
    1.80  
    1.81  config EGLIBC_REVISION
    1.82      string
    1.83 @@ -97,8 +97,8 @@
    1.84  config EGLIBC_CHECKOUT
    1.85      bool
    1.86      prompt "checkout instead of export"
    1.87 -    default y if EGLIBC_V_TRUNK
    1.88 -    default n if ! EGLIBC_V_TRUNK
    1.89 +    default y if LIBC_EGLIBC_V_TRUNK
    1.90 +    default n if ! LIBC_EGLIBC_V_TRUNK
    1.91      help
    1.92        By default, the eglibc download will be an export of the subversion
    1.93        repository. If you say 'y' here, then the repository will instead be