mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 16:01:06 +00:00
2f24d5cd75
Signed-off-by: Alexey Neyman <stilor@att.net>
25 lines
400 B
Plaintext
25 lines
400 B
Plaintext
# libiconv options
|
|
|
|
choice
|
|
bool
|
|
prompt "libiconv version"
|
|
# Don't remove next line
|
|
# CT_INSERT_VERSION_BELOW
|
|
|
|
config LIBICONV_V_1_15
|
|
bool
|
|
prompt "1.15"
|
|
|
|
config LIBICONV_V_1_14
|
|
bool
|
|
prompt "1.14"
|
|
|
|
endchoice
|
|
|
|
config LIBICONV_VERSION
|
|
string
|
|
# Don't remove next line
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
|
default "1.15" if LIBICONV_V_1_15
|
|
default "1.14" if LIBICONV_V_1_14
|