config/kernel/bare-metal.experimental.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Sep 18 09:22:25 2008 +0000 (2008-09-18)
changeset 865 04cf91f13430
child 883 927b30e32709
permissions -rw-r--r--
Move snapshots version after numbered versions (aka releases).

/trunk/config/debug/gdb.in | 13 7 6 0 +++++++------
/trunk/config/libc/glibc.in | 21 11 10 0 +++++++++++----------
/trunk/config/libc/uClibc.in | 21 11 10 0 +++++++++++----------
/trunk/config/libc/eglibc.in | 13 7 6 0 +++++++------
4 files changed, 36 insertions(+), 32 deletions(-)
     1 # Bare metal config options
     2 
     3 config KERNEL_bare_metal
     4     select BARE_METAL
     5     help
     6       Say 'y' here if you want a simple C compiler with no C library.
     7       
     8       'Bare metal' also refer to those programs that run without any kernel.
     9       
    10       You probably want to say 'y' here if you plan to use your compiler
    11       to build only kernels or bootloaders.
    12 
    13 config BARE_METAL
    14     bool
    15     default n