config/companion_libs/ppl.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 05 22:04:20 2009 +0000 (2009-05-05)
changeset 1324 48c12c696778
child 1386 7995942261f2
permissions -rw-r--r--
Add support for building PPL:
- PPL will be needed to correctly build gcc-4.4+ for the
GRAPHITE loop optimisation

-------- diffstat follows --------
/trunk/scripts/build/companion_libs/ppl.sh | 66 66 0 0 ++++++++++++++++++++++++++++++++++++
/trunk/scripts/build/companion_libs/gmp.sh | 24 19 5 0 ++++++++++---
/trunk/scripts/addToolVersion.sh | 3 2 1 0 +-
/trunk/scripts/crosstool-NG.sh.in | 3 3 0 0 ++
/trunk/steps.mk | 1 1 0 0 +
/trunk/config/companion_libs/ppl.in | 33 33 0 0 ++++++++++++++++++
/trunk/config/companion_libs.in | 22 19 3 0 ++++++++++--
7 files changed, 143 insertions(+), 9 deletions(-)
yann@1324
     1
# PPL options
yann@1324
     2
yann@1324
     3
choice
yann@1324
     4
    bool
yann@1324
     5
    prompt "PPL version"
yann@1324
     6
yann@1324
     7
config PPL_V_0_10_2
yann@1324
     8
    bool
yann@1324
     9
    prompt "0.10.2"
yann@1324
    10
yann@1324
    11
# CT_INSERT_VERSION_ABOVE
yann@1324
    12
# Don't remove above line!
yann@1324
    13
endchoice
yann@1324
    14
yann@1324
    15
config PPL_VERSION
yann@1324
    16
    string
yann@1324
    17
    default "0.10.2" if PPL_V_0_10_2
yann@1324
    18
# CT_INSERT_VERSION_STRING_ABOVE
yann@1324
    19
# Don't remove above line!
yann@1324
    20
yann@1324
    21
config PPL_CHECK
yann@1324
    22
    bool
yann@1324
    23
    prompt "Check PPL (!!! README !!!)"
yann@1324
    24
    default n
yann@1324
    25
    help
yann@1324
    26
      Checking PPL is very intensive and takes a loooong time.
yann@1324
    27
      The PPL folks do not recommend checking the library, but they do
yann@1324
    28
      not recommend not checking it, either.
yann@1324
    29
      
yann@1324
    30
      Checking PPL is thus disabled by default.
yann@1324
    31
      
yann@1324
    32
      If you suspect that your PPL library is the cause for incorrectly
yann@1324
    33
      generated code, you should answer 'Y' here.