Change def of BR2_USE_WCHAR to build uClibc w WCHAR support

2012.11.x
Ulf Samuelsson 2007-07-31 22:38:52 +00:00
parent aac3c1bbec
commit dd65a3cc0f
2 changed files with 6 additions and 6 deletions

View File

@ -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

View 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