config/companion_libs/mpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jun 23 22:52:14 2009 +0200 (2009-06-23)
changeset 1420 0e49e6eddac4
parent 1384 b23f3c2e0c73
child 1531 d173907c6c7e
permissions -rw-r--r--
Fix creating the .../lib/ directory structure in the non-sysroot case

The symbol link that is created in the sysroot directory only needs
to be made when the cross compiler is build with the sysroot option

Signed-off-by: Bart van der Meulen <bartvdrmeulen@gmail.com>
yann@1384
     1
# MPC options
yann@1384
     2
yann@1384
     3
choice
yann@1384
     4
    bool
yann@1384
     5
    prompt "MPC version"
yann@1384
     6
yann@1384
     7
config MPC_V_0_6
yann@1384
     8
    bool
yann@1384
     9
    prompt "0.6"
yann@1384
    10
yann@1384
    11
# CT_INSERT_VERSION_ABOVE
yann@1384
    12
# Don't remove above line!
yann@1384
    13
endchoice
yann@1384
    14
yann@1384
    15
config MPC_VERSION
yann@1384
    16
    string
yann@1384
    17
    default "0.6" if MPC_V_0_6
yann@1384
    18
# CT_INSERT_VERSION_STRING_ABOVE
yann@1384
    19
# Don't remove above line!