Browse Source

Change some defaults.

Eric Andersen 23 years ago
parent
commit
bcc73c75bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      make/uclibc.mk

+ 2 - 2
make/uclibc.mk

@@ -43,10 +43,10 @@ $(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
 		--large_file=$(LARGEFILE) \
 		--large_file=$(LARGEFILE) \
 		--ldso_path="/lib" \
 		--ldso_path="/lib" \
 		--long_long=true \
 		--long_long=true \
-		--rpc_support=true \
+		--rpc_support=false \
 		--shadow=true \
 		--shadow=true \
 		--shared_support=true \
 		--shared_support=true \
-		--threads=true \
+		--threads=false \
 		--debug=false \
 		--debug=false \
 		--file=$(UCLIBC_DIR)/extra/Configs/Config.$(ARCH) \
 		--file=$(UCLIBC_DIR)/extra/Configs/Config.$(ARCH) \
 		> $(UCLIBC_DIR)/Config; 
 		> $(UCLIBC_DIR)/Config;