Module Name:    src
Committed By:   joerg
Date:           Fri Aug  8 14:42:58 UTC 2014

Modified Files:
        src/sys/conf: Makefile.kern.inc

Log Message:
The bpendtsleep label has been gone for a long time, so cleanup the
associated hack here.


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 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.168 src/sys/conf/Makefile.kern.inc:1.169
--- src/sys/conf/Makefile.kern.inc:1.168	Mon May  5 19:06:29 2014
+++ src/sys/conf/Makefile.kern.inc	Fri Aug  8 14:42:58 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.kern.inc,v 1.168 2014/05/05 19:06:29 martin Exp $
+#	$NetBSD: Makefile.kern.inc,v 1.169 2014/08/08 14:42:58 joerg Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -116,13 +116,6 @@ COPTS.kern_ssp.c+=	-fno-stack-protector 
 COPTS.cpu.c+=		-fno-stack-protector
 .endif
 
-# If we want the bpendtsleep: label in kern_synch.c, we need to use
-# -fno-reorder-blocks.  Don't make this a config(1) defflag without
-# making sure this fragment remains valid.
-.if defined(HAVE_GCC) && !empty(${CFLAGS:M-DKERN_SYNCH_BPENDTSLEEP_LABEL})
-COPTS.kern_synch.c+=	-fno-reorder-blocks
-.endif
-
 # Use the per-source COPTS variables to add -g to just those
 # files that match the shell patterns given in ${DEBUGLIST}
 #

Reply via email to