config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jul 22 20:06:27 2010 +0200 (2010-07-22)
changeset 2033 ffc1121618fa
parent 1877 b579a5cb53d1
child 2447 bb73e7632b54
permissions -rw-r--r--
libc/uClibc: do not install cross-ldd

I was unable to make the cross-ldd from uClibc to work, and
it is not possible to build it on non-POSIX system.

Besides, we have a generic script that is in the starting-blocks
to replace it, that will work for any C library, and also will
work on non-POSIX systems. Bonus!
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"
mgl@1965
    12
source "config/test_suite.in"