complibs/cloog: remove old CLooG/PPL versions
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Mon May 26 23:25:17 2014 +0200 (2014-05-26)
changeset 33241eea25c0bfe7
parent 3323 99029fac116b
child 3325 069f43a215cc
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>
config/companion_libs/cloog.in
     1.1 --- a/config/companion_libs/cloog.in	Mon May 12 00:09:31 2014 +0200
     1.2 +++ b/config/companion_libs/cloog.in	Mon May 26 23:25:17 2014 +0200
     1.3 @@ -26,28 +26,7 @@
     1.4  config CLOOG_V_0_15_11
     1.5      bool
     1.6      prompt "0.15.11"
     1.7 -    select CLOOG_0_15_1x
     1.8 -
     1.9 -config CLOOG_V_0_15_10
    1.10 -    bool
    1.11 -    prompt "0.15.10"
    1.12 -    select CLOOG_0_15_1x
    1.13 -
    1.14 -config CLOOG_V_0_15_9
    1.15 -    bool
    1.16 -    prompt "0.15.9"
    1.17 -
    1.18 -config CLOOG_V_0_15_8
    1.19 -    bool
    1.20 -    prompt "0.15.8"
    1.21 -
    1.22 -config CLOOG_V_0_15_7
    1.23 -    bool
    1.24 -    prompt "0.15.7"
    1.25 -
    1.26 -config CLOOG_V_0_15_6
    1.27 -    bool
    1.28 -    prompt "0.15.6"
    1.29 +    select CLOOG_NEEDS_AUTORECONF
    1.30  
    1.31  endif # PPL
    1.32  
    1.33 @@ -60,18 +39,9 @@
    1.34      default "0.18.1" if CLOOG_V_0_18_1
    1.35      default "0.18.0" if CLOOG_V_0_18_0
    1.36      default "0.15.11" if CLOOG_V_0_15_11
    1.37 -    default "0.15.10" if CLOOG_V_0_15_10
    1.38 -    default "0.15.9" if CLOOG_V_0_15_9
    1.39 -    default "0.15.8" if CLOOG_V_0_15_8
    1.40 -    default "0.15.7" if CLOOG_V_0_15_7
    1.41 -    default "0.15.6" if CLOOG_V_0_15_6
    1.42  
    1.43  config CLOOG_0_18_or_later
    1.44      bool
    1.45  
    1.46 -config CLOOG_0_15_1x
    1.47 -    bool
    1.48 -    select CLOOG_NEEDS_AUTORECONF
    1.49 -
    1.50  config CLOOG_NEEDS_AUTORECONF
    1.51      bool