瀏覽代碼

Change def of BR2_USE_WCHAR to build uClibc w WCHAR support

Ulf Samuelsson 18 年之前
父節點
當前提交
dd65a3cc0f
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 0 6
      Config.in
  2. 6 0
      toolchain/Config.in.2

+ 0 - 6
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

+ 6 - 0
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