From 9e81836b8124efd11805e8050034492a8831208b Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Sat, 24 Oct 2015 01:49:56 +0100 Subject: Add gettext and libiconv as companion libs .. 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 --- config/companion_libs/gettext.in | 19 +++++++++++++++++++ config/companion_libs/libiconv.in | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100755 config/companion_libs/gettext.in create mode 100644 config/companion_libs/libiconv.in (limited to 'config/companion_libs') diff --git a/config/companion_libs/gettext.in b/config/companion_libs/gettext.in new file mode 100755 index 00000000..ef5e5a52 --- /dev/null +++ b/config/companion_libs/gettext.in @@ -0,0 +1,19 @@ +# gettext options + +choice + bool + prompt "gettext version" +# Don't remove next line +# CT_INSERT_VERSION_BELOW + +config GETTEXT_V_0_19_6 + bool + prompt "0.19.6" + +endchoice + +config GETTEXT_VERSION + string +# Don't remove next line +# CT_INSERT_VERSION_STRING_BELOW + default "0.19.6" if GETTEXT_V_0_19_6 diff --git a/config/companion_libs/libiconv.in b/config/companion_libs/libiconv.in new file mode 100644 index 00000000..361d34e0 --- /dev/null +++ b/config/companion_libs/libiconv.in @@ -0,0 +1,19 @@ +# 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 -- cgit v1.2.3