mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-27 16:18:52 +00:00
20 lines
311 B
Plaintext
20 lines
311 B
Plaintext
|
# libiconv options
|
||
|
|
||
|
choice
|
||
|
bool
|
||
|
prompt "libiconv version"
|
||
|
# Don't remove next line
|
||
|
# CT_INSERT_VERSION_BELOW
|
||
|
|
||
|
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.14" if LIBICONV_V_1_14
|