summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak4
1 files changed, 4 insertions, 0 deletions
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