scripts/build/libc/newlib.sh
changeset 2647 cb0f31fe2535
parent 2352 3e4197f32a07
child 2781 504b0759c149
     1.1 --- a/scripts/build/libc/newlib.sh	Sun Mar 20 01:13:05 2011 +0100
     1.2 +++ b/scripts/build/libc/newlib.sh	Sun Aug 28 20:12:26 2011 +0200
     1.3 @@ -79,6 +79,11 @@
     1.4          newlib_opts+=( "--disable-newlib-io-float" )
     1.5          newlib_opts+=( "--disable-newlib-io-long-double" )
     1.6      fi
     1.7 +    if [ "${CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS}" = "y" ]; then
     1.8 +        newlib_opts+=( "--disable-newlib-supplied-syscalls" )
     1.9 +    else
    1.10 +        newlib_opts+=( "--enable-newlib-supplied-syscalls" )
    1.11 +    fi
    1.12  
    1.13      # Note: newlib handles the build/host/target a little bit differently
    1.14      # than one would expect: