2009-10-21 20:51:39 +00:00
|
|
|
# Dummy config file to not use a C library *at all*
|
|
|
|
|
2011-05-08 17:02:44 +00:00
|
|
|
## depends on BARE_METAL
|
|
|
|
##
|
|
|
|
## help Do not use a C library.
|
|
|
|
## help
|
2016-04-01 22:43:56 +00:00
|
|
|
## help This is useful if your project is self-contained, does not rely on
|
2011-05-08 17:02:44 +00:00
|
|
|
## help an external C library, and provides all the necessary bits.
|
|
|
|
## help
|
2016-04-01 22:43:56 +00:00
|
|
|
## help Most probably useful to bootloaders, as they generally don't depend
|
2011-05-08 17:02:44 +00:00
|
|
|
## help on the C library.
|
|
|
|
## help
|
|
|
|
## help If unsure: do *not* choose that, and use another option in the choice.
|
2014-07-27 22:09:38 +00:00
|
|
|
|
|
|
|
# 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"
|