mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
20 lines
286 B
Plaintext
20 lines
286 B
Plaintext
|
# MPC options
|
||
|
|
||
|
choice
|
||
|
bool
|
||
|
prompt "MPC version"
|
||
|
|
||
|
config MPC_V_0_6
|
||
|
bool
|
||
|
prompt "0.6"
|
||
|
|
||
|
# CT_INSERT_VERSION_ABOVE
|
||
|
# Don't remove above line!
|
||
|
endchoice
|
||
|
|
||
|
config MPC_VERSION
|
||
|
string
|
||
|
default "0.6" if MPC_V_0_6
|
||
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||
|
# Don't remove above line!
|