diff options
author | Ray Donnelly <mingw.android@gmail.com> | 2015-10-24 01:49:56 +0100 |
---|---|---|
committer | Ray Donnelly <mingw.android@gmail.com> | 2015-11-13 02:17:45 +0000 |
commit | 9e81836b8124efd11805e8050034492a8831208b (patch) | |
tree | 35677ac92a2a793a229659c548cd540628f0e317 /config/libc/glibc.in | |
parent | f9968501eeacbe6c289c93d87243473d78eb8d5c (diff) | |
download | crosstool-ng-9e81836b8124efd11805e8050034492a8831208b.tar.gz crosstool-ng-9e81836b8124efd11805e8050034492a8831208b.tar.bz2 crosstool-ng-9e81836b8124efd11805e8050034492a8831208b.zip |
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 <mingw.android@gmail.com>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r-- | config/libc/glibc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index dee6748d..71df5011 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -4,6 +4,7 @@ ## ## select LIBC_SUPPORT_THREADS_NATIVE ## select CC_CORE_PASSES_NEEDED +## select GETTEXT_NEEDED ## ## help The de-facto standard for Linux distributions. ## help Feature-rich, but large... Most useful for desktop-like systems. |