Module Name:    src
Committed By:   martin
Date:           Wed Mar 30 17:35:43 UTC 2016

Modified Files:
        src/share/mk: sys.mk

Log Message:
Remove hacks for ancient vax gcc


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/share/mk/sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/sys.mk
diff -u src/share/mk/sys.mk:1.128 src/share/mk/sys.mk:1.129
--- src/share/mk/sys.mk:1.128	Mon Jul  6 00:21:51 2015
+++ src/share/mk/sys.mk	Wed Mar 30 17:35:43 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: sys.mk,v 1.128 2015/07/06 00:21:51 chs Exp $
+#	$NetBSD: sys.mk,v 1.129 2016/03/30 17:35:43 martin Exp $
 #	@(#)sys.mk	8.2 (Berkeley) 3/21/94
 #
 # This file contains the basic rules for make(1) and is read first
@@ -34,8 +34,6 @@ DBG?=	-O2 -fno-reorder-blocks
 DBG?=	-O1
 .elif !empty(MACHINE_ARCH:Maarch64*)
 DBG?=	-O2 ${"${.TARGET:M*.po}" == "":? -fomit-frame-pointer:}
-.elif ${MACHINE_ARCH} == "vax"
-DBG?=	-O1 -fgcse -fstrength-reduce -fgcse-after-reload
 .else
 DBG?=	-O2
 .endif

Reply via email to