scripts/build/libc/newlib.sh
changeset 2166 c1fe0639585a
parent 2165 e67ab7a73b2f
child 2167 9cd8ee461fd0
     1.1 --- a/scripts/build/libc/newlib.sh	Sat Oct 23 00:54:46 2010 +0200
     1.2 +++ b/scripts/build/libc/newlib.sh	Sat Oct 23 00:53:41 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_LL}" = "y" ]; then
     1.8 +        newlib_opts+=( "--enable-newlib-io-long-long" )
     1.9 +    else
    1.10 +        newlib_opts+=( "--disable-newlib-io-long-long" )
    1.11 +    fi
    1.12      if [ "${CT_LIBC_NEWLIB_IO_FLOAT}" = "y" ]; then
    1.13          newlib_opts+=( "--enable-newlib-io-float" )
    1.14          if [ "${CT_LIBC_NEWLIB_IO_LDBL}" = "y" ]; then