mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
20 lines
298 B
Plaintext
20 lines
298 B
Plaintext
|
# PPL options
|
||
|
|
||
|
choice
|
||
|
bool
|
||
|
prompt "PPL version"
|
||
|
|
||
|
config PPL_V_0_10_2
|
||
|
bool
|
||
|
prompt "0.10.2"
|
||
|
|
||
|
# CT_INSERT_VERSION_ABOVE
|
||
|
# Don't remove above line!
|
||
|
endchoice
|
||
|
|
||
|
config PPL_VERSION
|
||
|
string
|
||
|
default "0.10.2" if PPL_V_0_10_2
|
||
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||
|
# Don't remove above line!
|