config/libc/none.in
changeset 2444 896cb0d36c1a
parent 1591 11460fc587e6
     1.1 --- a/config/libc/none.in	Wed Oct 21 22:51:39 2009 +0200
     1.2 +++ b/config/libc/none.in	Sun May 08 19:02:44 2011 +0200
     1.3 @@ -1,14 +1,13 @@
     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.
    1.18 +## depends on BARE_METAL
    1.19 +##
    1.20 +## help Do not use a C library.
    1.21 +## help
    1.22 +## help This is usefull if your project is self-contained, does not rely on
    1.23 +## help an external C library, and provides all the necessary bits.
    1.24 +## help
    1.25 +## help Most probably usefull to bootloaders, as they generally don't depend
    1.26 +## help on the C library.
    1.27 +## help
    1.28 +## help If unsure: do *not* choose that, and use another option in the choice.