config/config.in
author Kévin PETIT <kpet@free.fr>
Sun Aug 28 20:12:26 2011 +0200 (2011-08-28)
changeset 2647 cb0f31fe2535
parent 2447 bb73e7632b54
child 2650 4d299836e994
permissions -rw-r--r--
libc/newlib: add a config option allowing to disable builtin syscalls

Allows to choose if one wants to keep or not the syscalls that are provided with
newlib. It passes the --disable-newlib-supplied-syscalls or
--enable-newlib-supplied-syscalls to the configure script. If one chooses to
disable the builtin syscalls, he/she will have to write his/her own. This can
be usefull to port newlib to a new platform/board.

Signed-off-by: Kévin PETIT <kpet@free.fr>
yann@2447
     1
mainmenu "The crosstool-NG configuration menu"
yann@2481
     2
source "config/configure.in"
yann@1870
     3
source "config/backend.in"
yann@1870
     4
source "config/global.in"
yann@1870
     5
source "config/target.in"
yann@1870
     6
source "config/toolchain.in"
yann@1870
     7
source "config/kernel.in"
yann@1870
     8
source "config/binutils.in"
yann@1870
     9
source "config/cc.in"
yann@1870
    10
source "config/libc.in"
yann@1870
    11
source "config/debug.in"
yann@1870
    12
source "config/companion_libs.in"
yann@1870
    13
source "config/companion_tools.in"
mgl@1965
    14
source "config/test_suite.in"