config/companion_libs/mpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Sep 14 18:58:55 2009 +0200 (2009-09-14)
changeset 1541 16a2eaf5fd77
parent 1534 d4ddf19a1968
child 1615 50b25816f5bb
permissions -rw-r--r--
debug/ltrace: fix build with /exotic/ linux-host OS

For ARM EABI hosts (ct-ng's target), the tupple ends in 'gnueabi'
For uClibc-based toolchains, the tuple ends in '-uclibc.*'
Make ltrace recognise those tuples as being the same as 'linux-gnu'
     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_7
    10     bool
    11     prompt "0.7"
    12 
    13 config MPC_V_0_6
    14     bool
    15     prompt "0.6"
    16 
    17 endchoice
    18 
    19 config MPC_VERSION
    20     string
    21 # Don't remove next line
    22 # CT_INSERT_VERSION_STRING_BELOW
    23     default "0.7" if MPC_V_0_7
    24     default "0.6" if MPC_V_0_6