config/libc/newlib.in.2
branch1.16
changeset 3107 91a52bc04af9
parent 2781 504b0759c149
     1.1 --- a/config/libc/newlib.in.2	Fri Nov 18 11:47:30 2011 +0800
     1.2 +++ b/config/libc/newlib.in.2	Sun Nov 11 21:42:47 2012 +0100
     1.3 @@ -35,6 +35,15 @@
     1.4  	  _write... If you plan to port newlib to a new
     1.5  	  platform/board, say Yes.
     1.6  
     1.7 +config LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE
     1.8 +    bool
     1.9 +    prompt "Optimize newlib for size"
    1.10 +    default y
    1.11 +    help
    1.12 +      Pass --enable-target-optspace to newlib configure.
    1.13 +      
    1.14 +      This will compile newlib with -Os.
    1.15 +
    1.16  config LIBC_NEWLIB_EXTRA_CONFIG_ARRAY
    1.17      string
    1.18      prompt "Extra config for newlib"