mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
9e81836b81
.. they're needed for the RPC generation in glibc on both Cygwin and MinGW-w64. Neither are built on GNU/Linux and iconv is not built on Darwin. Two patches for gettext are needed, one so that -O0 works and one so that static builds can be made. They can take a good while to build, so if not needed for_host or for_build then they are not built. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
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
|