summaryrefslogtreecommitdiff
path: root/config/libc/none.in
blob: 9507007585f2c0ff4be9f2e75aa4781a060ba35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Dummy config file to not use a C library *at all*
# depends on BARE_METAL

config LIBC_none
    help
      Do not use a C library.
      
      This is usefull if your project is self-contained, does not rely on
      an external C library, and provides all the necessary bits.
      
      Most probably usefull to bootloaders, as they generally don't depend
      on the C library.
      
      If unsure: do *not* choose that, and use another option in the choice.