config/companion_libs/mpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jun 01 13:31:12 2009 +0000 (2009-06-01)
branchgcc-4.4
changeset 1396 3dc779343d7f
parent 1384 b23f3c2e0c73
child 1531 d173907c6c7e
permissions -rw-r--r--
/devel/gcc-4.4:
- fix building strace-4.5.18

-------- diffstat follows --------
/devel/gcc-4.4/patches/strace/4.5.18/180-arm-EABI-syscalls.patch | 23 23 0 0 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
     1 # MPC options
     2 
     3 choice
     4     bool
     5     prompt "MPC version"
     6 
     7 config MPC_V_0_6
     8     bool
     9     prompt "0.6"
    10 
    11 # CT_INSERT_VERSION_ABOVE
    12 # Don't remove above line!
    13 endchoice
    14 
    15 config MPC_VERSION
    16     string
    17     default "0.6" if MPC_V_0_6
    18 # CT_INSERT_VERSION_STRING_ABOVE
    19 # Don't remove above line!