config/kernel/bare-metal.experimental.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 28 21:30:16 2008 +0000 (2008-09-28)
changeset 882 833244c861f6
child 883 927b30e32709
permissions -rw-r--r--
This PowerPC sample has been updated to use gcc-4.3.2.

/trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config | 10 6 4 0 ++++++----
1 file changed, 6 insertions(+), 4 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