Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/conf struct cpu_info is varible size when pag...
details: https://anonhg.NetBSD.org/src/rev/64d8fffecad2
branches: trunk
changeset: 349274:64d8fffecad2
user: christos <christos%NetBSD.org@localhost>
date: Sat Dec 03 16:00:10 2016 +0000
description:
struct cpu_info is varible size when page_size is not fixed.
diffstat:
sys/arch/sparc/conf/Makefile.sparc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8cbec093c00a -r 64d8fffecad2 sys/arch/sparc/conf/Makefile.sparc
--- a/sys/arch/sparc/conf/Makefile.sparc Sat Dec 03 15:18:41 2016 +0000
+++ b/sys/arch/sparc/conf/Makefile.sparc Sat Dec 03 16:00:10 2016 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index