mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
d91277e377
with version 1.2.11. Signed-off-by: Alexey Neyman <stilor@att.net>
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
|