Change def of BR2_USE_WCHAR to build uClibc w WCHAR support
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 31 Jul 2007 22:38:52 +0000 (22:38 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 31 Jul 2007 22:38:52 +0000 (22:38 -0000)
Config.in
toolchain/Config.in.2

index ca21595482b6f5797ace76e882fbc393e33a36b4..d7e30b0645dbf47e7584dd5387423fbd1734033a 100644 (file)
--- 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
index e015b31128dd225f821776d60acfbc8d6f80ffa4..d9473d3251abe9d4a642de43dd9bf1d387e3d461 100644 (file)
@@ -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