diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-08 09:45:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-08 09:45:36 +0000 |
commit | bcc73c75bd83db0771095702cb9cb7f7cd6e1295 (patch) | |
tree | bf4c8915c380ce35154b50a3c9886b4fdfc4d70c /make/uclibc.mk | |
parent | 27f7064f689b216fd0e30b179b7c5ec48ca29d4c (diff) | |
download | buildroot-novena-bcc73c75bd83db0771095702cb9cb7f7cd6e1295.tar.gz buildroot-novena-bcc73c75bd83db0771095702cb9cb7f7cd6e1295.zip |
Change some defaults.
Diffstat (limited to 'make/uclibc.mk')
-rw-r--r-- | make/uclibc.mk | 4 |
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; |