config/config.in
author Remy Bohmer <linux@bohmer.net>
Fri Apr 09 21:04:33 2010 +0200 (2010-04-09)
changeset 1898 47710588f1b1
parent 1870 a4c4e51aa541
child 1965 e3d532dd8b5d
permissions -rw-r--r--
cc/gcc: add bugurl and compiler version to core gcc compiler

When building for bare-metal the core-gcc compiler is delivered
as final compiler, so the version info and bugurl is useful
in the core compiler as well.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
yann@1870
     1
source "config/backend.in"
yann@1870
     2
source "config/global.in"
yann@1870
     3
source "config/target.in"
yann@1870
     4
source "config/toolchain.in"
yann@1870
     5
source "config/kernel.in"
yann@1870
     6
source "config/binutils.in"
yann@1870
     7
source "config/cc.in"
yann@1870
     8
source "config/libc.in"
yann@1870
     9
source "config/debug.in"
yann@1870
    10
source "config/companion_libs.in"
yann@1870
    11
source "config/companion_tools.in"