+ update .PATH for sparc clip.S
+ enable MIEXT_* by default since it is required by Xdmx and all archs build it This makes -m sparc build src/x11
This commit is contained in:
parent
c36f9da926
commit
247dcd3422
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.21 2005/03/21 00:49:17 rtr Exp $
|
||||
# $NetBSD: Makefile.common,v 1.22 2005/03/22 19:47:59 rtr Exp $
|
||||
|
||||
# These define parts of the Xserver tree that are to be
|
||||
# conditionally compiled for different platforms. See
|
||||
|
@ -83,7 +83,7 @@ XSERVER_XVFB= no
|
|||
# Does this server need Xfont/fontbase libraries?
|
||||
XSERVER_NEEDS_XFONT?= no
|
||||
# Does this server need miext modules?
|
||||
XSERVER_NEEDS_MIEXT?= no
|
||||
XSERVER_NEEDS_MIEXT?= yes
|
||||
# Does this server use cfb* libraries?
|
||||
XSERVER_HAS_CFB?= yes
|
||||
# Does this server use fb library?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2005/03/19 21:41:58 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2005/03/22 19:47:59 rtr Exp $
|
||||
|
||||
NOLINT= 1 # XTODO: 3dnow.ln barfs on src/math/m_vertices.h
|
||||
|
||||
|
@ -83,7 +83,7 @@ COPTS.s_triangle.c= -O0
|
|||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
|
||||
.PATH: ${X11SRCDIR.xc}/extras/Mesa/src/SPARC
|
||||
.PATH: ${X11SRCDIR.xc}/extras/Mesa/src/mesa/sparc
|
||||
SRCS+= sparc.c xform.S clip.S norm.S
|
||||
CPPFLAGS+= -DUSE_SPARC_ASM
|
||||
COMPILE.S= ${COMPILE.s} # XXX don't want -traditional-cpp
|
||||
|
|
Loading…
Reference in New Issue