config/kernel/bare-metal.experimental.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Sep 25 16:06:19 2008 +0000 (2008-09-25)
changeset 874 4c2030673163
child 883 927b30e32709
permissions -rw-r--r--
Add latest gcc-4.3.2 as EXPERIMENTAL, using the 4.3.1 re-based patchset.

/trunk/config/cc/gcc.in | 7 7 0 0 ++
/trunk/patches/gcc/4.3.2/280-c99-complex-ugly-hack.patch | 8 4 4 0 +-
/trunk/patches/gcc/4.3.2/250-sh-pr24836.patch | 16 8 8 0 ++--
/trunk/patches/gcc/4.3.2/340-make-mno-spe-work-as-expected.patch | 43 19 24 0 ++++++--------
/trunk/patches/gcc/4.3.2/130-cross-compile.patch | 20 10 10 0 +++---
5 files changed, 48 insertions(+), 46 deletions(-)
yann@861
     1
# Bare metal config options
yann@861
     2
yann@861
     3
config KERNEL_bare_metal
yann@861
     4
    select BARE_METAL
yann@861
     5
    help
yann@861
     6
      Say 'y' here if you want a simple C compiler with no C library.
yann@861
     7
      
yann@861
     8
      'Bare metal' also refer to those programs that run without any kernel.
yann@861
     9
      
yann@861
    10
      You probably want to say 'y' here if you plan to use your compiler
yann@861
    11
      to build only kernels or bootloaders.
yann@861
    12
yann@861
    13
config BARE_METAL
yann@861
    14
    bool
yann@861
    15
    default n