summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-05-08 09:45:36 +0000
committerEric Andersen <andersen@codepoet.org>2002-05-08 09:45:36 +0000
commitbcc73c75bd83db0771095702cb9cb7f7cd6e1295 (patch)
treebf4c8915c380ce35154b50a3c9886b4fdfc4d70c /make
parent27f7064f689b216fd0e30b179b7c5ec48ca29d4c (diff)
downloadbuildroot-novena-bcc73c75bd83db0771095702cb9cb7f7cd6e1295.tar.gz
buildroot-novena-bcc73c75bd83db0771095702cb9cb7f7cd6e1295.zip
Change some defaults.
Diffstat (limited to 'make')
-rw-r--r--make/uclibc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/uclibc.mk b/make/uclibc.mk
index 9d1b3b199..f57fc4e84 100644
--- a/make/uclibc.mk
+++ b/make/uclibc.mk
@@ -43,10 +43,10 @@ $(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
--large_file=$(LARGEFILE) \
--ldso_path="/lib" \
--long_long=true \
- --rpc_support=true \
+ --rpc_support=false \
--shadow=true \
--shared_support=true \
- --threads=true \
+ --threads=false \
--debug=false \
--file=$(UCLIBC_DIR)/extra/Configs/Config.$(ARCH) \
> $(UCLIBC_DIR)/Config;