config/libc/none.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Mar 09 13:20:34 2010 +0100 (2010-03-09)
branch1.6
changeset 1828 2df194794ac2
child 2444 896cb0d36c1a
permissions -rw-r--r--
libc/glibc: add patch to fix binutils version check

Older glibces were not ready to handle binutils >=2.20.
Fix that, and the forseeable future.
(transplanted from 9804e6b75fd31894ee176809f108d41a5b0cbf8b)
     1 # Dummy config file to not use a C library *at all*
     2 # depends on BARE_METAL
     3 
     4 config LIBC_none
     5     help
     6       Do not use a C library.
     7       
     8       This is usefull if your project is self-contained, does not rely on
     9       an external C library, and provides all the necessary bits.
    10       
    11       Most probably usefull to bootloaders, as they generally don't depend
    12       on the C library.
    13       
    14       If unsure: do *not* choose that, and use another option in the choice.