2003-02-07 Jeff Johnston <jjohnstn@redhat.com>

* 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.
This commit is contained in:
Jeff Johnston
2003-02-08 04:30:58 +00:00
parent 9cca06eea1
commit 313f134979
129 changed files with 5368 additions and 3153 deletions

View File

@ -229,6 +229,12 @@ if [ "${newlib_multithread}" = "no" ] ; then
newlib_cflags="${newlib_cflags} -D__SINGLE_THREAD__"
fi
# Disable syscall support if requested.
if [ "${newlib_may_supply_syscalls}" = "no" ] ; then
newlib_cflags="${newlib_cflags} -D__NO_SYSCALLS__"
fi
# Enable multibyte support if requested or it is defaulted
# for target.