Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf -Dsparc64



details:   https://anonhg.NetBSD.org/src/rev/553bc6ca416a
branches:  trunk
changeset: 508748:553bc6ca416a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Apr 19 07:35:14 2001 +0000

description:
-Dsparc64

diffstat:

 sys/arch/sparc64/conf/Makefile.sparc64 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cf992191cd1f -r 553bc6ca416a sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64    Thu Apr 19 07:34:28 2001 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64    Thu Apr 19 07:35:14 2001 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index