From fd8af65fd21e8940cff67109bc647afea31b519f Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 3 Jul 2002 18:04:54 +0000 Subject: For now, have locale support automaticly enable wide char support. Things currently won't build otherwise. --- Rules.mak | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rules.mak b/Rules.mak index cc9352385..a9e25bd82 100644 --- a/Rules.mak +++ b/Rules.mak @@ -124,6 +124,10 @@ endif ifeq ($(strip $(INCLUDE_THREADS)),true) CFLAGS += -D_LIBC_REENTRANT endif +# Currently locale support requires wide char support. +ifeq ($(strip $(HAS_LOCALE)),true) + HAS_WCHAR:=true +endif # TARGET_PREFIX is the directory under which which the uClibc runtime # environment will be installed and used on the target system. The -- cgit v1.2.3