crosstool-ng/config/libc/none.in
Yann E. MORIN a394fe49ec libc: libces are responsible for naming their threads implementation
This will help add new implementations, such as the one in musl.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bryan Hundven <bryanhundven@gmail.com>
2014-07-28 01:23:34 +02:00

20 lines
687 B
Plaintext

# Dummy config file to not use a C library *at all*
## depends on BARE_METAL
##
## help Do not use a C library.
## help
## help This is usefull if your project is self-contained, does not rely on
## help an external C library, and provides all the necessary bits.
## help
## help Most probably usefull to bootloaders, as they generally don't depend
## help on the C library.
## help
## help If unsure: do *not* choose that, and use another option in the choice.
# The no-threads is usually set in the main libc.in config file.
# But since the "none" C library does not show the threads choice,
# we have to define the no-threads value ourselves here:
config THREADS
default "none"