summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.m68k.coff
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.m68k.coff')
-rw-r--r--extra/Configs/Config.m68k.coff12
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff
index 73cc40d23..0138a0c57 100644
--- a/extra/Configs/Config.m68k.coff
+++ b/extra/Configs/Config.m68k.coff
@@ -103,13 +103,6 @@ MALLOC = malloc
# will do very bad things on MMU-less systems...
EXCLUDE_BRK=true
-# 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
@@ -125,6 +118,11 @@ INCLUDE_REGEX=true
# disabled. This is off by default.
INCLUDE_RPC = true
+# 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