summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-07-03 17:24:17 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-07-03 17:24:17 +0000
commit599ad608ee3297bc1e2bb11656a97335e303877a (patch)
treec5b59cb5fa2c90f3b0c8b4d9831ae763f2825327 /Rules.mak
parentab579e469c6787df9bd2252b3de8b1700d5097d8 (diff)
Enable WCHAR support for C/POSIX stub locales.
Implemented unformatted wide i/o functions. (ungetwc still needs testing) Fix a few bugs in wchar.c. Modifications for bcc/elks support.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rules.mak b/Rules.mak
index e35f9f708..cc9352385 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -125,11 +125,6 @@ ifeq ($(strip $(INCLUDE_THREADS)),true)
CFLAGS += -D_LIBC_REENTRANT
endif
-# Locale support is required for wide char support.
-ifneq ($(strip $(HAS_LOCALE)),true)
- HAS_WCHAR:=false
-endif
-
# TARGET_PREFIX is the directory under which which the uClibc runtime
# environment will be installed and used on the target system. The
# result will look something like the following: