Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Move to ssp.c suggested by uebayasi@



details:   https://anonhg.NetBSD.org/src/rev/4f1c6760d493
branches:  trunk
changeset: 350256:4f1c6760d493
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 08 17:10:35 2017 +0000

description:
Move to ssp.c suggested by uebayasi@

diffstat:

 sys/conf/Makefile.kern.inc |  5 +----
 sys/conf/ssp.mk            |  3 ++-
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r b133f73784d0 -r 4f1c6760d493 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sun Jan 08 16:41:35 2017 +0000
+++ b/sys/conf/Makefile.kern.inc        Sun Jan 08 17:10:35 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.254 2017/01/08 05:02:08 christos Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.255 2017/01/08 17:10:35 christos Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -118,9 +118,6 @@
 #
 COPTS.debugsyms.c+=    -g
 
-# XXX: Gcc bug?
-COPTS.xhci.c+= -Wno-stack-protector
-
 # Add CTF sections for DTrace
 .if defined(CTFCONVERT)
 COMPILE_CTFCONVERT=    ${_MKSHECHO}\
diff -r b133f73784d0 -r 4f1c6760d493 sys/conf/ssp.mk
--- a/sys/conf/ssp.mk   Sun Jan 08 16:41:35 2017 +0000
+++ b/sys/conf/ssp.mk   Sun Jan 08 17:10:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ssp.mk,v 1.1 2015/09/06 04:42:06 uebayasi Exp $
+# $NetBSD: ssp.mk,v 1.2 2017/01/08 17:10:35 christos Exp $
 
 .if ${USE_SSP:Uno} == "yes"
 COPTS.kern_ssp.c+=     -fno-stack-protector -D__SSP__
@@ -16,6 +16,7 @@
        arch/xen/i386/gdt.c \
        dev/ic/aic79xx.c \
        dev/ic/aic7xxx.c \
+       dev/usb/xhci.c \
        dev/ofw/ofw_subr.c \
        kern/uipc_socket.c \
        miscfs/genfs/genfs_vnops.c \



Home | Main Index | Thread Index | Old Index