config/companion_libs/cloog.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 25 17:26:21 2009 +0000 (2009-05-25)
branchgcc-4.4
changeset 1383 46658e3fc781
child 1386 7995942261f2
permissions -rw-r--r--
/devel/gcc-4.4:
- GMP: unconditionnaly build the C++ wrappers and use exceptions

-------- diffstat follows --------
/devel/gcc-4.4/scripts/build/companion_libs/gmp.sh | 11 2 9 0 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
yann@1380
     1
# CLooG options
yann@1380
     2
yann@1380
     3
choice
yann@1380
     4
    bool
yann@1380
     5
    prompt "CLooG/ppl version"
yann@1380
     6
yann@1380
     7
config CLOOG_V_0_15_3
yann@1380
     8
    bool
yann@1380
     9
    prompt "0.15.3"
yann@1380
    10
yann@1380
    11
# CT_INSERT_VERSION_ABOVE
yann@1380
    12
# Don't remove above line!
yann@1380
    13
endchoice
yann@1380
    14
yann@1380
    15
config CLOOG_VERSION
yann@1380
    16
    string
yann@1380
    17
    default "0.15.3" if CLOOG_V_0_15_3
yann@1380
    18
# CT_INSERT_VERSION_STRING_ABOVE
yann@1380
    19
# Don't remove above line!
yann@1380
    20
yann@1380
    21
config CLOOG_CHECK
yann@1380
    22
    bool
yann@1380
    23
    prompt "Check CLooG (!!! README !!!)"
yann@1380
    24
    default n
yann@1380
    25
    help
yann@1380
    26
      It is highly recommended to check the newly built CLooG library.
yann@1380
    27
      Unfortunately, this is a very intensive task, and takes a loooong time.
yann@1380
    28
      
yann@1380
    29
      Checking CLooG is thus disabled by default.
yann@1380
    30
      
yann@1380
    31
      If you suspect that your CLooG library is the cause for incorrectly
yann@1380
    32
      generated code, you should answer 'Y' here.