config/global.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 17 17:54:21 2011 +0200 (2011-07-17)
changeset 2888 dd71df95903a
parent 694 1026e9628e59
permissions -rw-r--r--
cc/gcc: pass the companion libs prefix to cc_core

In case of canadian-cross, the companion libraries are not the same for
the core cc (they run on 'build') as they are for the final cc (they run
on 'host').

Prepare for this differentiation (coming later), while retaining the
current behavior (to use the same compblibs).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@1
     1
# Overall toolchain configuration: paths, jobs, etc...
yann@1
     2
yann@2040
     3
# Allow unconditional usage of tristates
yann@2040
     4
config MODULES
yann@2040
     5
    bool
yann@2040
     6
    default y
yann@2040
     7
yann@1
     8
menu "Paths and misc options"
yann@1
     9
yann@446
    10
source "config/global/ct-behave.in"
yann@694
    11
source "config/global/paths.in"
yann@693
    12
source "config/global/download.in"
yann@693
    13
source "config/global/extract.in"
yann@446
    14
source "config/global/build-behave.in"
yann@446
    15
source "config/global/logging.in"
yann@1
    16
yann@1
    17
endmenu