-Dsparc64

This commit is contained in:
mrg 2001-04-19 07:35:14 +00:00
parent e1d848e38a
commit 72177f5b6f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sparc64,v 1.35 2001/03/04 10:11:56 mrg Exp $
# $NetBSD: Makefile.sparc64,v 1.36 2001/04/19 07:35:14 mrg Exp $
# Makefile for NetBSD
#
@ -57,7 +57,7 @@ S!= cd ../../../..; pwd
SPARC64= $S/arch/sparc64
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL ${SVR4}
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dsparc64 ${SVR4}
#CWARNFLAGS= -Wimplicit -Wunused -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wparentheses -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-main -Werror
#CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-main