mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
comp-libs/mpc: add latest 0.7 version.
This commit is contained in:
parent
414f639105
commit
ffe6b1cb57
@ -8,6 +8,10 @@ config MPC_V_0_6
|
|||||||
bool
|
bool
|
||||||
prompt "0.6"
|
prompt "0.6"
|
||||||
|
|
||||||
|
config MPC_V_0_7
|
||||||
|
bool
|
||||||
|
prompt "0.7"
|
||||||
|
|
||||||
# CT_INSERT_VERSION_ABOVE
|
# CT_INSERT_VERSION_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
endchoice
|
endchoice
|
||||||
@ -15,5 +19,6 @@ endchoice
|
|||||||
config MPC_VERSION
|
config MPC_VERSION
|
||||||
string
|
string
|
||||||
default "0.6" if MPC_V_0_6
|
default "0.6" if MPC_V_0_6
|
||||||
|
default "0.7" if MPC_V_0_7
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
|
Loading…
Reference in New Issue
Block a user