Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/x11/Xserver/hw/xfree86/xf86_os Pull up revision 1.10 (req...



details:   https://anonhg.NetBSD.org/src/rev/354b83d7dfa8
branches:  netbsd-3
changeset: 575237:354b83d7dfa8
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:46:25 2005 +0000

description:
Pull up revision 1.10 (requested by jmc in ticket #114):
+ fix up the rest of the reachover to build XFree86 for sparc64

diffstat:

 x11/Xserver/hw/xfree86/xf86_os/Makefile |  16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 708170d66f07 -r 354b83d7dfa8 x11/Xserver/hw/xfree86/xf86_os/Makefile
--- a/x11/Xserver/hw/xfree86/xf86_os/Makefile   Wed Apr 06 21:44:21 2005 +0000
+++ b/x11/Xserver/hw/xfree86/xf86_os/Makefile   Wed Apr 06 21:46:25 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2004/11/29 16:49:18 skrll Exp $
+#      $NetBSD: Makefile,v 1.9.2.1 2005/04/06 21:46:25 tron Exp $
 
 .include "../../../Makefile.serverlib"
 
@@ -44,6 +44,14 @@
 .endfor
 .endif
 
+.if ${MACHINE} == "sparc64"
+SRCS.bsd+=     sparc64_video.c bsdResource.c pm_noop.c lnx_agp.c \
+               ioperm_noop.c netbsdSbus.c
+.for _FN in ${SRCS.bsd}
+CPPFLAGS.${_FN}=       -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
+.endfor
+.endif
+
 .if ${MACHINE} == "cats"
 SRCS.bsd+=      arm_video.c bsdResource.c pm_noop.c agp_noop.c ioperm_noop.c
 .for _FN in ${SRCS.bsd}
@@ -58,7 +66,8 @@
 SRCS.bus+=     ix86Pci.c
 .endif
 
-.if ${MACHINE} == "macppc" || ${MACHINE} == "cats" || ${MACHINE} == "sgimips"
+.if ${MACHINE} == "macppc" || ${MACHINE} == "cats" || \
+    ${MACHINE} == "sgimips" || ${MACHINE} == "sparc64"
 SRCS.bus+=     netbsdPci.c
 .endif
 
@@ -74,7 +83,8 @@
 .endif
 
 .if    ${MACHINE} == "amd64" || ${MACHINE} == "macppc" || \
-       ${MACHINE} == "cats" || ${MACHINE} == "sgimips"
+       ${MACHINE} == "cats" || ${MACHINE} == "sgimips" || \
+       ${MACHINE} == "sparc64"
 SRCS.misc+=    CBUSmemcpy.c CIODelay.c CSlowBcopy.c
 .endif
 



Home | Main Index | Thread Index | Old Index