mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
20 lines
299 B
Plaintext
20 lines
299 B
Plaintext
|
# Zlib options
|
||
|
|
||
|
choice
|
||
|
bool
|
||
|
prompt "zlib version"
|
||
|
# Don't remove next line
|
||
|
# CT_INSERT_VERSION_BELOW
|
||
|
|
||
|
config ZLIB_V_1_2_11
|
||
|
bool
|
||
|
prompt "1.2.11"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config ZLIB_VERSION
|
||
|
string
|
||
|
# Don't remove next line
|
||
|
# CT_INSERT_VERSION_STRING_BELOW
|
||
|
default "1.2.11" if ZLIB_V_1_2_11
|