diff options
author | Alexey Neyman <stilor@att.net> | 2016-12-18 19:04:37 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-10 10:38:08 -0800 |
commit | 9f62ca8deb3a16ac86ebc35c0093b82423900633 (patch) | |
tree | 4560192b4ef648bf5b84198b6eaa7111b49c6262 /config/toolchain.in | |
parent | 1f84e9caf4f0a0d7c362b108d3c303078c1bbe97 (diff) | |
download | crosstool-ng-9f62ca8deb3a16ac86ebc35c0093b82423900633.tar.gz crosstool-ng-9f62ca8deb3a16ac86ebc35c0093b82423900633.tar.bz2 crosstool-ng-9f62ca8deb3a16ac86ebc35c0093b82423900633.zip |
Select libintl from gettext we built.
Also, require gettext for NLS, and require iconv/ncurses for gettext.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index ca74ee70..b8c1b4af 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -308,6 +308,7 @@ comment "Misc options" config TOOLCHAIN_ENABLE_NLS bool prompt "Enable nls" + select GETTEXT_NEEDED help Say 'Y' here to enable native language support (nls). |