Source-Changes-HG archive

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

[src/trunk]: src/x11/lib/OSmesa build the assembler files on sparc64



details:   https://anonhg.NetBSD.org/src/rev/c5ad30d46809
branches:  trunk
changeset: 556623:c5ad30d46809
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 22 12:45:21 2003 +0000

description:
build the assembler files on sparc64

diffstat:

 x11/lib/OSmesa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cde678bc9d8b -r c5ad30d46809 x11/lib/OSmesa/Makefile
--- a/x11/lib/OSmesa/Makefile   Mon Dec 22 12:07:59 2003 +0000
+++ b/x11/lib/OSmesa/Makefile   Mon Dec 22 12:45:21 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2003/11/08 13:57:29 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2003/12/22 12:45:21 mrg Exp $
 
 NOLINT=                1       # XTODO: 3dnow.ln barfs on src/math/m_vertices.h
 
@@ -64,7 +64,7 @@
 AFLAGS+=       -DUSE_GAS -I. -I${X11SRCDIR.xc}/extras/Mesa/src/X86
 .endif
 
-.if ${MACHINE_ARCH} == "sparc"
+.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
 .PATH:         ${X11SRCDIR.xc}/extras/Mesa/src/SPARC
 SRCS+=         sparc.c xform.S clip.S norm.S
 CPPFLAGS+=     -DUSE_SPARC_ASM



Home | Main Index | Thread Index | Old Index