summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen2002-05-08 11:45:36 +0200
committerEric Andersen2002-05-08 11:45:36 +0200
commitbcc73c75bd83db0771095702cb9cb7f7cd6e1295 (patch)
treebf4c8915c380ce35154b50a3c9886b4fdfc4d70c /make
parentRe-enable tinylogin. Makes life simpler that way... (diff)
downloadbuildroot-bcc73c75bd83db0771095702cb9cb7f7cd6e1295.tar.gz
buildroot-bcc73c75bd83db0771095702cb9cb7f7cd6e1295.tar.xz
buildroot-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;