config/companion_libs/mpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Sep 10 12:14:24 2010 +0200 (2010-09-10)
changeset 2116 75ee9a87c0e4
parent 1783 dabf9572e240
child 2319 ef1c7007dfeb
permissions -rw-r--r--
scripts: hack-in lib32->lib symlinks

Some archs (eg. ppc64 with n32 ABI) will install their
variants in lib32/ instead of lib/, so do for lib32 as
we do for lib64->lib symlinks.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 # MPC options
     2 
     3 choice
     4     bool
     5     prompt "MPC version"
     6 # Don't remove next line
     7 # CT_INSERT_VERSION_BELOW
     8 
     9 config MPC_V_0_8_2
    10     bool
    11     prompt "0.8.2 (EXPERIMENTAL)"
    12     depends on EXPERIMENTAL
    13 
    14 config MPC_V_0_8_1
    15     bool
    16     prompt "0.8.1"
    17 
    18 config MPC_V_0_7
    19     bool
    20     prompt "0.7"
    21 
    22 config MPC_V_0_6
    23     bool
    24     prompt "0.6 (OBSOLETE)"
    25     depends on OBSOLETE
    26 
    27 endchoice
    28 
    29 config MPC_VERSION
    30     string
    31 # Don't remove next line
    32 # CT_INSERT_VERSION_STRING_BELOW
    33     default "0.8.2" if MPC_V_0_8_2
    34     default "0.8.1" if MPC_V_0_8_1
    35     default "0.7" if MPC_V_0_7
    36     default "0.6" if MPC_V_0_6