config/libc/eglibc.in
changeset 1796 f1dc942a12c2
parent 1615 50b25816f5bb
child 2017 f637b6c2162b
     1.1 --- a/config/libc/eglibc.in	Wed Oct 28 19:15:50 2009 +0100
     1.2 +++ b/config/libc/eglibc.in	Mon Feb 01 12:56:28 2010 +0000
     1.3 @@ -95,6 +95,13 @@
     1.4        Note that crosstool-NG will *not* update your working copy, you will
     1.5        have to do that yourself.
     1.6  
     1.7 +config EGLIBC_OPT_SIZE
     1.8 +    bool
     1.9 +    prompt "optimize eglibc for size (-Os)"
    1.10 +    help
    1.11 +      Optimize eglibc for size using -Os instead of -O2. This will make eglibc
    1.12 +      smaller but may make it slower.
    1.13 +
    1.14  config EGLIBC_CUSTOM_CONFIG
    1.15      bool
    1.16      prompt "Use custom configuration file"