XXX: r200_tcl.c and radeon_tcl.c need -Wno-error on sparc64.

This commit is contained in:
mrg 2008-10-13 03:19:08 +00:00
parent f4084919ef
commit f15b1cae6f
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2008/09/21 14:08:46 lukem Exp $
# $NetBSD: Makefile,v 1.3 2008/10/13 03:19:08 mrg Exp $
MODULE= r200
@ -14,4 +14,9 @@ SRCS= r200_context.c r200_ioctl.c r200_lock.c r200_state.c \
r200_texstate.c r200_tcl.c r200_swtcl.c r200_span.c r200_maos.c \
r200_sanity.c r200_fragshader.c r200_vertprog.c radeon_screen.c
# XXX
.if ${MACHINE_ARCH} == "sparc64"
COPTS.r200_tcl.c= -Wno-error
.endif
.include "${.CURDIR}/../dri.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2008/09/21 14:08:46 lukem Exp $
# $NetBSD: Makefile,v 1.3 2008/10/13 03:19:08 mrg Exp $
MODULE= radeon
@ -9,4 +9,9 @@ SRCS= radeon_context.c radeon_ioctl.c radeon_lock.c radeon_screen.c \
radeon_texstate.c radeon_tcl.c radeon_swtcl.c radeon_span.c \
radeon_maos.c radeon_sanity.c
# XXX
.if ${MACHINE_ARCH} == "sparc64"
COPTS.radeon_tcl.c= -Wno-error
.endif
.include "${.CURDIR}/../dri.mk"