config/libc/newlib.in.2
changeset 2647 cb0f31fe2535
parent 2484 d1a8c2ae7946
child 2781 504b0759c149
     1.1 --- a/config/libc/newlib.in.2	Tue May 31 16:27:39 2011 +0200
     1.2 +++ b/config/libc/newlib.in.2	Sun Aug 28 20:12:26 2011 +0200
     1.3 @@ -25,3 +25,13 @@
     1.4      depends on LIBC_NEWLIB_IO_FLOAT
     1.5      help
     1.6        Enable support for IOs on long doubles.
     1.7 +
     1.8 +config LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS
     1.9 +    bool
    1.10 +    prompt "Disable the syscalls supplied with newlib"
    1.11 +    help
    1.12 +      Disable the syscalls that come with newlib. You
    1.13 +	  will have to implement your own _sbrk, _read,
    1.14 +	  _write... If you plan to port newlib to a new
    1.15 +	  platform/board, say Yes.
    1.16 +