config/companion_libs/cloog.in
author Ray Donnelly <mingw.android@gmail.com>
Wed Jul 10 12:40:21 2013 +0100 (2013-07-10)
changeset 3223 58ca31386bfb
parent 2957 3e2f2100a76d
child 3285 a8cb9039fade
permissions -rw-r--r--
Allow reordered MAKEFLAGS

-R and -r (-Rr) can be reordered to -r and -R (-rR).
This happens with MSYS1/2 gnu-make and mingw32-make,
and triggers "Recursion detected, bailing out..."

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Message-Id: <CAOYw7dsdsg-XaDOwwEWJeUUSo2Vu_UD5GtkSgNTu59ai7yx0cQ@mail.gmail.com>
Patchwork-Id: 258027
     1 # CLooG options
     2 
     3 choice
     4     bool
     5     prompt "CLooG version"
     6 
     7 if ISL
     8 
     9 # Don't remove next line
    10 # CT_INSERT_VERSION_BELOW
    11 
    12 config CLOOG_V_0_18_0
    13     bool
    14     prompt "0.18.0"
    15     select CLOOG_0_18_or_later
    16 
    17 endif # ISL
    18 
    19 if PPL
    20 
    21 config CLOOG_V_0_15_11
    22     bool
    23     prompt "0.15.11"
    24     select CLOOG_0_15_1x
    25 
    26 config CLOOG_V_0_15_10
    27     bool
    28     prompt "0.15.10"
    29     select CLOOG_0_15_1x
    30 
    31 config CLOOG_V_0_15_9
    32     bool
    33     prompt "0.15.9"
    34 
    35 config CLOOG_V_0_15_8
    36     bool
    37     prompt "0.15.8"
    38 
    39 config CLOOG_V_0_15_7
    40     bool
    41     prompt "0.15.7"
    42 
    43 config CLOOG_V_0_15_6
    44     bool
    45     prompt "0.15.6"
    46 
    47 endif # PPL
    48 
    49 endchoice
    50 
    51 config CLOOG_VERSION
    52     string
    53 # Don't remove next line
    54 # CT_INSERT_VERSION_STRING_BELOW
    55     default "0.18.0" if CLOOG_V_0_18_0
    56     default "0.15.11" if CLOOG_V_0_15_11
    57     default "0.15.10" if CLOOG_V_0_15_10
    58     default "0.15.9" if CLOOG_V_0_15_9
    59     default "0.15.8" if CLOOG_V_0_15_8
    60     default "0.15.7" if CLOOG_V_0_15_7
    61     default "0.15.6" if CLOOG_V_0_15_6
    62 
    63 config CLOOG_0_18_or_later
    64     bool
    65 
    66 config CLOOG_0_15_1x
    67     bool
    68     select CLOOG_NEEDS_AUTORECONF
    69 
    70 config CLOOG_NEEDS_AUTORECONF
    71     bool