Change some defaults.
authorEric Andersen <andersen@codepoet.org>
Wed, 8 May 2002 09:45:36 +0000 (09:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 8 May 2002 09:45:36 +0000 (09:45 -0000)
make/uclibc.mk

index 9d1b3b1997220bd6b11d998f6f4989708ed3f944..f57fc4e84e011c134918c69d044ae9938b18caeb 100644 (file)
@@ -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;