Bläddra i källkod

Change some defaults.

Eric Andersen 23 år sedan
förälder
incheckning
bcc73c75bd
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      make/uclibc.mk

+ 2 - 2
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;