config/libc/newlib.in.2
changeset 3325 069f43a215cc
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	Wed Jun 25 23:33:01 2014 +0200
     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"