config/libc/glibc-eglibc.in-common
changeset 2181 a797ad9c7bd5
parent 2180 d3af3efce68c
child 2289 165eff2a1e10
     1.1 --- a/config/libc/glibc-eglibc.in-common	Thu Nov 11 00:29:53 2010 +0100
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Thu Nov 11 01:11:17 2010 +0100
     1.3 @@ -65,6 +65,18 @@
     1.4      help
     1.5        Do not include versioning information in the library objects.
     1.6  
     1.7 +config LIBC_OLDEST_ABI
     1.8 +    string
     1.9 +    prompt "Oldest supported ABI"
    1.10 +    default ""
    1.11 +    help
    1.12 +      Set the oldest ABI supported by the C library.
    1.13 +      
    1.14 +      Setting this option, for example, to 2.2 will provide ABI support
    1.15 +      back to (e)glibc-2.2.
    1.16 +
    1.17 +      If this option is not set, (e)glibc will choose for you.
    1.18 +
    1.19  config LIBC_GLIBC_USE_PORTS
    1.20      bool
    1.21      prompt "Use the ports addon"