config/companion_libs/mpc.in
author Blair Burtan <info@northernlightstactical.com>
Mon Sep 07 23:12:25 2009 +0200 (2009-09-07)
changeset 1523 6c2a6c04187e
parent 1384 b23f3c2e0c73
child 1531 d173907c6c7e
permissions -rw-r--r--
docs: add a tutorial on how to build a toolchain on Mac OS-X

Add a step-bystep tutorial to build a cross-toolchain on Mac OS-X.
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!