summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen2002-10-29 16:00:03 +0100
committerEric Andersen2002-10-29 16:00:03 +0100
commit99ba66f3442bf7a3a9b3fa6c76c740f5dba2b173 (patch)
tree2c7dbfc0da63a8019679f4c475e481f00c511fd3 /make
parentSupport some features (diff)
downloadbuildroot-99ba66f3442bf7a3a9b3fa6c76c740f5dba2b173.tar.gz
buildroot-99ba66f3442bf7a3a9b3fa6c76c740f5dba2b173.tar.xz
buildroot-99ba66f3442bf7a3a9b3fa6c76c740f5dba2b173.zip
Leave wchar off
Diffstat (limited to 'make')
-rw-r--r--make/uclibc_toolchain.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk
index 5642e465c..f883ff82b 100644
--- a/make/uclibc_toolchain.mk
+++ b/make/uclibc_toolchain.mk
@@ -283,7 +283,7 @@ $(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
$(UCLIBC_DIR)/Config
perl -i -p -e 's,^DEVEL_TOOL_PREFIX.*,DEVEL_TOOL_PREFIX=$(STAGING_DIR)/usr,g' \
$(UCLIBC_DIR)/Config
- perl -i -p -e 's,^HAS_WCHAR.*,HAS_WCHAR=true,g' $(UCLIBC_DIR)/Config
+ perl -i -p -e 's,^HAS_WCHAR.*,HAS_WCHAR=false,g' $(UCLIBC_DIR)/Config
# Note that since the target compiler does not yet exist, we will not
# be able to properly generate include/bits/syscall.h so we will need
# to run part again later...