scripts/build/libc/newlib.sh
changeset 2167 9cd8ee461fd0
parent 2166 c1fe0639585a
child 2203 ac3e215141a1
     1.1 --- a/scripts/build/libc/newlib.sh	Sat Oct 23 00:53:41 2010 +0200
     1.2 +++ b/scripts/build/libc/newlib.sh	Sat Oct 23 01:21:20 2010 +0200
     1.3 @@ -68,6 +68,11 @@
     1.4  
     1.5      CT_DoLog EXTRA "Configuring C library"
     1.6  
     1.7 +    if [ "${CT_LIBC_NEWLIB_IO_C99FMT}" = "y" ]; then
     1.8 +        newlib_opts+=( "--enable-newlib-io-c99-formats" )
     1.9 +    else
    1.10 +        newlib_opts+=( "--disable-newlib-io-c99-formats" )
    1.11 +    fi
    1.12      if [ "${CT_LIBC_NEWLIB_IO_LL}" = "y" ]; then
    1.13          newlib_opts+=( "--enable-newlib-io-long-long" )
    1.14      else