summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.mips
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-08 07:45:01 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-08 07:45:01 +0000
commit242e9fa2e72650a617721457e203ef43d97a53da (patch)
treece91dd21e831ec6530ee3507e072d0410b337a52 /extra/Configs/Config.mips
parentd9ae112a7000708c217d9021d17b0ff10155ee15 (diff)
Update default config files
Diffstat (limited to 'extra/Configs/Config.mips')
-rw-r--r--extra/Configs/Config.mips14
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index 75ad13b43..4ea3c130e 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -101,13 +101,6 @@ HAS_WCHAR = false
#MALLOC = malloc
MALLOC = malloc-930716
-# If you want to collect common syscall code into one function, set to this to
-# `true'. Set it to false otherwise.
-# On i386 this saves about than 2.8k over all syscalls.
-# The idea came from the implementation in dietlibc.
-# At present, only affects i386.
-UNIFIED_SYSCALL = false
-
# If you want large file support (greater then 2 GiB) turn this on.
# Do not enable this unless your kernel provides large file support.
DOLFS = false
@@ -123,6 +116,11 @@ INCLUDE_REGEX = true
# disabled. This is off by default.
INCLUDE_RPC = false
+# Normally we enable just enough RPC support for things like rshd and
+# nfs mount to work. If you find you need the rest of the RPC stuff,
+# then enable this.
+INCLUDE_FULL_RPC = false
+
# If you want to include support for the next version of the Internet
# Protocol: IP version 6, enable this. This is off by default.
INCLUDE_IPV6 = false
@@ -195,4 +193,4 @@ DEVEL_TOOL_PREFIX = $(DEVEL_PREFIX)/usr
# If you want 'make install' to install everything under a temporary
# directory, the define PREFIX during the install step,
# i.e., 'make PREFIX=/var/tmp/uClibc install'.
-PREFIX = $(TOPDIR)/_install
+#PREFIX = $(TOPDIR)/_install