Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/Xserver/hw/xfree86/loader On x86_64, drop use of mmap fo...
details: https://anonhg.NetBSD.org/src/rev/de1e8d13e3d4
branches: trunk
changeset: 573794:de1e8d13e3d4
user: ws <ws%NetBSD.org@localhost>
date: Thu Feb 10 10:39:25 2005 +0000
description:
On x86_64, drop use of mmap for the Xserver's own dynamic linker, because:
1. we don't use it on any other port, and
2. it's the sole reason which prevents us from upping the data limit.
diffstat:
x11/Xserver/hw/xfree86/loader/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 82b23ec3edcd -r de1e8d13e3d4 x11/Xserver/hw/xfree86/loader/Makefile
--- a/x11/Xserver/hw/xfree86/loader/Makefile Thu Feb 10 06:56:55 2005 +0000
+++ b/x11/Xserver/hw/xfree86/loader/Makefile Thu Feb 10 10:39:25 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/15 14:52:03 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2005/02/10 10:39:25 ws Exp $
.include "../../../Makefile.serverlib"
@@ -34,10 +34,6 @@
CPPFLAGS+= ${X11FLAGS.OS_DEFINES} -DDLOPEN_SUPPORT -DHAS_SHM \
-DFONTENC_COMPATIBILITY -DXFree86LOADER -DFONTCACHE
-.if ${MACHINE_ARCH} == "x86_64"
-CPPFLAGS+= -DUseMMAP
-.endif
-
CPPFLAGS.loadmod.c= ${X11FLAGS.EXTENSION} -DDEFAULT_MODULE_PATH=\"${X11USRLIBDIR}/modules\"
CPPFLAGS.xf86sym.c= ${X11FLAGS.EXTENSION}
CPPFLAGS.dixsym.c= ${X11FLAGS.EXTENSION}
Home |
Main Index |
Thread Index |
Old Index