config/libc/none.in
changeset 1591 11460fc587e6
child 2444 896cb0d36c1a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/libc/none.in	Wed Oct 21 22:51:39 2009 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +# Dummy config file to not use a C library *at all*
     1.5 +# depends on BARE_METAL
     1.6 +
     1.7 +config LIBC_none
     1.8 +    help
     1.9 +      Do not use a C library.
    1.10 +      
    1.11 +      This is usefull if your project is self-contained, does not rely on
    1.12 +      an external C library, and provides all the necessary bits.
    1.13 +      
    1.14 +      Most probably usefull to bootloaders, as they generally don't depend
    1.15 +      on the C library.
    1.16 +      
    1.17 +      If unsure: do *not* choose that, and use another option in the choice.