diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-07-03 18:04:54 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-07-03 18:04:54 +0000 |
commit | fd8af65fd21e8940cff67109bc647afea31b519f (patch) | |
tree | 35be6dc229c4d13a6188e2084b762f44d3d9fa8e | |
parent | cd8e741d32cacdad033cfaea8990a1429a2f78df (diff) |
For now, have locale support automaticly enable wide char support.
Things currently won't build otherwise.
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |