| * acinclude.m4 (--disable-newlib-supplied-syscalls): New configuration
        option to allow disabling of syscalls being supplied in newlib.
        * aclocal.m4: Regenerated.
        * configure: Ditto.
        * configure.host: Add support of new configuration option and add
        -D__NO_SYSCALLS__ if newlib supplied syscalls are disabled.
        * doc/aclocal.m4: Regenerated.
        * doc/configure: Ditto.
        * libc/*aclocal.m4: Ditto.
        * libc/*configure: Ditto.
        * libm/*aclocal.m4: Ditto.
        * libm/*configure: Ditto.
        * libc/sys/arm/Makefile.am: Don't build syscalls.o if new option
        is disabled.
        * libc/sys/arm/Makefile.in: Regenerated. | ||
|---|---|---|
| .. | ||
| sys | ||
| Makefile.am | ||
| Makefile.in | ||
| _exit.c | ||
| access.c | ||
| aclocal.m4 | ||
| chmod.c | ||
| chown.c | ||
| close.c | ||
| configure | ||
| configure.in | ||
| creat.c | ||
| crt0.c | ||
| execv.c | ||
| execve.c | ||
| fork.c | ||
| fstat.c | ||
| getpid.c | ||
| gettime.c | ||
| isatty.c | ||
| kill.c | ||
| link.c | ||
| lseek.c | ||
| open.c | ||
| pipe.c | ||
| read.c | ||
| sbrk.c | ||
| setjmp.S | ||
| stat.c | ||
| time.c | ||
| times.c | ||
| unlink.c | ||
| utime.c | ||
| wait.c | ||
| write.c | ||