config/global.in
author Darcy Watkins <dwatkins@tranzeo.com>
Thu Aug 05 18:19:07 2010 +0200 (2010-08-05)
branch1.8
changeset 2073 a3b7a63dce01
parent 694 1026e9628e59
permissions -rw-r--r--
cc/gcc: with static ppl, correctly link with libm

On some Fedora boxen (at least FC13), it is also required
to link with libm when static ppl is used.
(transplanted from bcd33fce4db9c18223b59ecdc96f10bf6dd574de)
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