config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 12 23:52:24 2011 +0200 (2011-07-12)
branch1.11
changeset 2558 b7317d2fe0e9
parent 1877 b579a5cb53d1
child 2447 bb73e7632b54
permissions -rw-r--r--
scripts, cc/gcc: do not fail on existing symlinks or build.log

If the user builds a toolchain over an existing one, so, without removing
CT_PREFIX_DIR, the build fails as the symlinks already exist, as does the
build.log.

This can also happen (for build.log) if the user first ran in download-
or extract-only.

Patch (with no SoB) originally from:
Phil Wilshire <phil.wilshire@overturenetworks.com>

Modified by me as it did not apply cleanly.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 1ebc2248cc60230cd53ff94ae8f8f1e3261461a3)
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"