config/companion_libs/cloog.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 31 23:24:40 2010 +0200 (2010-08-31)
branch1.8
changeset 2108 68d038933dc4
parent 1615 50b25816f5bb
child 2157 715544fc2fe9
permissions -rw-r--r--
binutils/binutils: remove faulty patch

The added code should be conditinal to the target system
being !MIPS, but is based on the host system being !MIPS.

This is plain wrong, and had not been noticed until now
as I never used those binutils versions on MIPS.

See:
http://sourceware.org/ml/crossgcc/2010-08/msg00192.html

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from f5ab0a80e46616adb3619cc7c5d78d0ccd7ea697)
     1 # CLooG options
     2 
     3 choice
     4     bool
     5     prompt "CLooG/ppl version"
     6 # Don't remove next line
     7 # CT_INSERT_VERSION_BELOW
     8 
     9 config CLOOG_V_0_15_9
    10     bool
    11     prompt "0.15.9"
    12 
    13 config CLOOG_V_0_15_8
    14     bool
    15     prompt "0.15.8"
    16 
    17 config CLOOG_V_0_15_7
    18     bool
    19     prompt "0.15.7"
    20 
    21 config CLOOG_V_0_15_6
    22     bool
    23     prompt "0.15.6"
    24 
    25 config CLOOG_V_0_15_5
    26     bool
    27     prompt "0.15.5 (OBSOLETE)"
    28     depends on OBSOLETE
    29 
    30 config CLOOG_V_0_15_4
    31     bool
    32     prompt "0.15.4 (OBSOLETE)"
    33     depends on OBSOLETE
    34 
    35 config CLOOG_V_0_15_3
    36     bool
    37     prompt "0.15.3 (OBSOLETE)"
    38     depends on OBSOLETE
    39 
    40 endchoice
    41 
    42 config CLOOG_VERSION
    43     string
    44 # Don't remove next line
    45 # CT_INSERT_VERSION_STRING_BELOW
    46     default "0.15.9" if CLOOG_V_0_15_9
    47     default "0.15.8" if CLOOG_V_0_15_8
    48     default "0.15.7" if CLOOG_V_0_15_7
    49     default "0.15.6" if CLOOG_V_0_15_6
    50     default "0.15.5" if CLOOG_V_0_15_5
    51     default "0.15.4" if CLOOG_V_0_15_4
    52     default "0.15.3" if CLOOG_V_0_15_3