Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Inherit SSP settings from bsd.sys.mk
details: https://anonhg.NetBSD.org/src/rev/3eddee7e46e7
branches: trunk
changeset: 765227:3eddee7e46e7
user: joerg <joerg%NetBSD.org@localhost>
date: Sun May 22 20:49:46 2011 +0000
description:
Inherit SSP settings from bsd.sys.mk
diffstat:
sys/conf/Makefile.kern.inc | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 2adc5d857ac3 -r 3eddee7e46e7 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Sun May 22 20:49:16 2011 +0000
+++ b/sys/conf/Makefile.kern.inc Sun May 22 20:49:46 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index