config/global.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon May 26 23:25:17 2014 +0200 (2014-05-26)
changeset 3324 1eea25c0bfe7
parent 694 1026e9628e59
permissions -rw-r--r--
complibs/cloog: remove old CLooG/PPL versions

Those versions are no longer available upstream. They have purely and
simply disapeared, without leaving any trace of their mere existences.

Just keep the latest cloog-ppl-0.15.11, which still exists on the gcc
infra mirror (but for how long?)

Reported-by: Guillaume FLORENCE-COURTAND <gflorenc@laposte.net>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.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