diff options
author | Zhenqiang Chen <zhenqiang.chen@linaro.org> | 2011-11-18 15:29:18 +0800 |
---|---|---|
committer | Zhenqiang Chen <zhenqiang.chen@linaro.org> | 2011-11-18 15:29:18 +0800 |
commit | 9ceaada5a065dee90ce2a3671e44878d8b283448 (patch) | |
tree | bee254ec413b486aa1b41ec03978dd772b8329d3 /config | |
parent | 1185c9bf0566fb58a3d61642ffcf0899fe71d26b (diff) | |
download | crosstool-ng-9ceaada5a065dee90ce2a3671e44878d8b283448.tar.gz crosstool-ng-9ceaada5a065dee90ce2a3671e44878d8b283448.tar.bz2 crosstool-ng-9ceaada5a065dee90ce2a3671e44878d8b283448.zip |
config/toolchain: Add "Enable nls" in "Toolchain options".
Reviewed-by: Michael Hope
Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/toolchain.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index d034315a..1bb53ae5 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -352,4 +352,12 @@ config TARGET_SUFFIX endif # CROSS_NATIVE || CANADIAN +comment "Misc options" + +config TOOLCHAIN_ENABLE_NLS + bool + prompt "Enable nls" + help + Say 'Y' here to enable national language support (nls). + endmenu |