Change some defaults.

This commit is contained in:
Eric Andersen 2002-05-08 09:45:36 +00:00
parent 27f7064f68
commit bcc73c75bd
1 changed files with 2 additions and 2 deletions

View 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;