config/libc/none.in
author Richard Strand <richard.strand@icomera.com>
Tue Jan 12 21:09:30 2010 +0100 (2010-01-12)
changeset 1727 5f222264bb54
child 2444 896cb0d36c1a
permissions -rw-r--r--
companion_tools/autoconf: add autoconf tool

Initial version of adding autoconf as a companion tool.

Signed-off-by: Richard Strand <richard.strand@icomera.com>
[yann.morin.1998@anciens.enib.fr: use generic overide tools dir]
[yann.morin.1998@anciens.enib.fr: update menu entries]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@1591
     1
# Dummy config file to not use a C library *at all*
yann@1591
     2
# depends on BARE_METAL
yann@1591
     3
yann@1591
     4
config LIBC_none
yann@1591
     5
    help
yann@1591
     6
      Do not use a C library.
yann@1591
     7
      
yann@1591
     8
      This is usefull if your project is self-contained, does not rely on
yann@1591
     9
      an external C library, and provides all the necessary bits.
yann@1591
    10
      
yann@1591
    11
      Most probably usefull to bootloaders, as they generally don't depend
yann@1591
    12
      on the C library.
yann@1591
    13
      
yann@1591
    14
      If unsure: do *not* choose that, and use another option in the choice.