config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Mar 16 23:10:46 2010 +0100 (2010-03-16)
changeset 1839 2548f6f333da
parent 1498 c2d0b8c87386
child 1854 02b74bd4373f
permissions -rw-r--r--
debug/gdb: fix building the native tic

The native 'tic' will _always_ be run on the build
machine, so no need to handle canadian/native/...

Reported by: Trevor Woerner
http://sourceware.org/ml/crossgcc/2010-03/msg00055.html
(transplanted from 26e89d367ea11660fd3a0bf0bcad8763e4fa21cf)
yann@1
     1
source config/global.in
yann@1
     2
source config/target.in
yann@41
     3
source config/toolchain.in
yann@1
     4
source config/kernel.in
yann@1
     5
source config/binutils.in
yann@1
     6
source config/cc.in
yann@1
     7
source config/libc.in
yann@1498
     8
source config/debug.in
yann@916
     9
source config/tools.in
yann@1497
    10
source config/companion_libs.in
richard@1727
    11
source config/companion_tools.in