Module Name: src
Committed By: joerg
Date: Sun May 22 20:49:46 UTC 2011
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
Inherit SSP settings from bsd.sys.mk
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.134 src/sys/conf/Makefile.kern.inc:1.135
--- src/sys/conf/Makefile.kern.inc:1.134 Thu May 19 21:24:55 2011
+++ src/sys/conf/Makefile.kern.inc Sun May 22 20:49:46 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.134 2011/05/19 21:24:55 joerg Exp $
+# $NetBSD: Makefile.kern.inc,v 1.135 2011/05/22 20:49:46 joerg Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -93,8 +93,6 @@
.endif
.if ${USE_SSP:Uno} == "yes"
-CFLAGS+=-fstack-protector -Wstack-protector --param ssp-buffer-size=1
-LDFLAGS+=-fstack-protector -Wstack-protector --param ssp-buffer-size=1
COPTS.kern_ssp.c+= -fno-stack-protector -D__SSP__
.endif