Module Name: src Committed By: christos Date: Sat Dec 3 16:00:10 UTC 2016
Modified Files: src/sys/arch/sparc/conf: Makefile.sparc Log Message: struct cpu_info is varible size when page_size is not fixed. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/sparc/conf/Makefile.sparc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sparc/conf/Makefile.sparc diff -u src/sys/arch/sparc/conf/Makefile.sparc:1.94 src/sys/arch/sparc/conf/Makefile.sparc:1.95 --- src/sys/arch/sparc/conf/Makefile.sparc:1.94 Sat Feb 27 14:26:13 2016 +++ src/sys/arch/sparc/conf/Makefile.sparc Sat Dec 3 11:00:10 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sparc,v 1.94 2016/02/27 19:26:13 joerg Exp $ +# $NetBSD: Makefile.sparc,v 1.95 2016/12/03 16:00:10 christos Exp $ # Makefile for NetBSD # @@ -39,6 +39,7 @@ CFLAGS+= ${${ACTIVE_CC} == "clang":? -Qu AFLAGS+= -x assembler-with-cpp AFLAGS+= -Wa,-Av8 AFLAGS+= ${${ACTIVE_CC} == "clang":? -Qunused-arguments :} +COPTS.kern_timeout.c += -Wno-stack-protector ## ## (3) libkern and compat