config/libc/none.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jan 17 23:06:02 2010 +0100 (2010-01-17)
changeset 1740 c57458bb354d
child 2444 896cb0d36c1a
permissions -rw-r--r--
configure: do not require hg when configuring in an hg clone

When configuring in an hg clone, we need hg to compute the version string.
It can happen that users do not have Mercurial (eg. if they got a snapshot
rather that they did a full clone). In this case, we can still run, of
course, so simply fill the version string with a sufficiently explicit
value, that does not require hg. The date is a good candidate.
     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.