From dd65a3cc0f6a5363800912d7eec230d5b935f802 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 31 Jul 2007 22:38:52 +0000 Subject: [PATCH] Change def of BR2_USE_WCHAR to build uClibc w WCHAR support --- Config.in | 6 ------ toolchain/Config.in.2 | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Config.in b/Config.in index ca21595482..d7e30b0645 100644 --- a/Config.in +++ b/Config.in @@ -651,12 +651,6 @@ config BR2_DEPRECATED help This option hides outdated/obsolete versions of packages. -config BR2_USE_WCHAR - bool "Show packages that require WCHAR support" - default y - help - This option hides packages which cannot be built without WCHAR. - choice prompt "strip" default BR2_STRIP_strip diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index e015b31128..d9473d3251 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -41,6 +41,12 @@ config BR2_INET_RPC help Enable RPC. RPC support is needed for nfs. +config BR2_USE_WCHAR + bool "Enable WCHAR support" + default n + help + Enable WCHAR. WCHAR support is needed for several packages + config BR2_SOFT_FLOAT bool "Use software floating point by default" default n