yann@1591: # Dummy config file to not use a C library *at all* yann@1591: # depends on BARE_METAL yann@1591: yann@1591: config LIBC_none yann@1591: help yann@1591: Do not use a C library. yann@1591: yann@1591: This is usefull if your project is self-contained, does not rely on yann@1591: an external C library, and provides all the necessary bits. yann@1591: yann@1591: Most probably usefull to bootloaders, as they generally don't depend yann@1591: on the C library. yann@1591: yann@1591: If unsure: do *not* choose that, and use another option in the choice.