summaryrefslogtreecommitdiff
path: root/config/libc/none.in
blob: d587faffe423b9d1cef2ea0cc2c76ab832c53cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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"