config/cc/gcc.in
changeset 1972 7939e7e0573d
parent 1948 d341be24dc68
child 1991 1974075aa641
     1.1 --- a/config/cc/gcc.in	Sun May 16 19:41:53 2010 +0200
     1.2 +++ b/config/cc/gcc.in	Mon May 24 16:34:55 2010 +0200
     1.3 @@ -259,6 +259,15 @@
     1.4      help
     1.5        Extra flags to pass onto ./configure when configuring gcc.
     1.6  
     1.7 +config CC_GCC_ENABLE_TARGET_OPTSPACE
     1.8 +    bool
     1.9 +    prompt "Optimize gcc libs for size"
    1.10 +    default y
    1.11 +    help
    1.12 +      Pass --enable-target-optspace to crossgcc's configure.
    1.13 +
    1.14 +      This will compile crossgcc's libs with -Os.
    1.15 +
    1.16  config CC_PKGVERSION
    1.17      string
    1.18      prompt "gcc ID string"