config/companion_libs/cloog.in
author Trevor Woerner <twoerner@gmail.com>
Sun Mar 03 13:10:51 2013 -0500 (2013-03-03)
changeset 3186 fb0aa58be2c5
parent 2853 5182fa901f30
child 3218 3709e61ad85b
permissions -rw-r--r--
libc/newlib: update fetch location

The menu system provides an option to allow a user to request newlib
version 2.0.0. newlib-2.0.0, however, is not available at the download
location currently being used. It is, however, available (as are other
supported versions of newlib) at an alternate location.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Message-Id: <75ab5151c7f5dc9086e3.1362334313@suse64>
Patchwork-Id: 224561
yann@1380
     1
# CLooG options
yann@1380
     2
yann@1380
     3
choice
yann@1380
     4
    bool
yann@1380
     5
    prompt "CLooG/ppl version"
yann@1535
     6
# Don't remove next line
yann@1535
     7
# CT_INSERT_VERSION_BELOW
yann@1380
     8
yann@2435
     9
config CLOOG_V_0_15_11
yann@2435
    10
    bool
yann@2957
    11
    prompt "0.15.11"
yann@2758
    12
    select CLOOG_0_15_1x
yann@2435
    13
yann@2157
    14
config CLOOG_V_0_15_10
yann@2157
    15
    bool
yann@2157
    16
    prompt "0.15.10"
yann@2758
    17
    select CLOOG_0_15_1x
yann@2157
    18
yann@1873
    19
config CLOOG_V_0_15_9
yann@1873
    20
    bool
yann@1873
    21
    prompt "0.15.9"
yann@1873
    22
yann@1873
    23
config CLOOG_V_0_15_8
yann@1873
    24
    bool
yann@1873
    25
    prompt "0.15.8"
yann@1873
    26
yann@1534
    27
config CLOOG_V_0_15_7
yann@1380
    28
    bool
yann@1534
    29
    prompt "0.15.7"
yann@1534
    30
yann@1534
    31
config CLOOG_V_0_15_6
yann@1534
    32
    bool
yann@1534
    33
    prompt "0.15.6"
yann@1534
    34
yann@1380
    35
endchoice
yann@1380
    36
yann@1380
    37
config CLOOG_VERSION
yann@1380
    38
    string
yann@1535
    39
# Don't remove next line
yann@1535
    40
# CT_INSERT_VERSION_STRING_BELOW
yann@2435
    41
    default "0.15.11" if CLOOG_V_0_15_11
yann@2157
    42
    default "0.15.10" if CLOOG_V_0_15_10
yann@1873
    43
    default "0.15.9" if CLOOG_V_0_15_9
yann@1873
    44
    default "0.15.8" if CLOOG_V_0_15_8
yann@1534
    45
    default "0.15.7" if CLOOG_V_0_15_7
yann@1534
    46
    default "0.15.6" if CLOOG_V_0_15_6
yann@2758
    47
yann@2758
    48
config CLOOG_0_15_1x
yann@2758
    49
    bool
yann@2758
    50
    select CLOOG_NEEDS_AUTORECONF
yann@2758
    51
yann@2758
    52
config CLOOG_NEEDS_AUTORECONF
yann@2758
    53
    bool