summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.m68k.coff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-09 13:11:48 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-09 13:11:48 +0000
commit1ad690545c7079115f76918f483c33c120e48204 (patch)
tree9fa4dc5ca4e2db476e18a68bd4389757d53c813d /extra/Configs/Config.m68k.coff
parent667a624ccd69cd9491ff1eb6df8bf03135d84c24 (diff)
Fixup comments regarding large file support (it works these days)
-Erik
Diffstat (limited to 'extra/Configs/Config.m68k.coff')
-rw-r--r--extra/Configs/Config.m68k.coff5
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff
index 0794431f7..cc56dd37e 100644
--- a/extra/Configs/Config.m68k.coff
+++ b/extra/Configs/Config.m68k.coff
@@ -105,9 +105,8 @@ MALLOC = malloc-simple
# At present, only affects i386.
UNIFIED_SYSCALL = false
-# If you want large file summit support (greater then 2 Gib),
-# turn this on. This has no effect unless your kernel supports
-# lfs. This currently does nothing, but may someday...
+# 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
# If you want to include RPC support, enable this. RPC is almost never used