Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Remove hacks for ancient vax gcc
details: https://anonhg.NetBSD.org/src/rev/b315c727841d
branches: trunk
changeset: 344449:b315c727841d
user: martin <martin%NetBSD.org@localhost>
date: Wed Mar 30 17:35:43 2016 +0000
description:
Remove hacks for ancient vax gcc
diffstat:
share/mk/sys.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 0ee86b3cc66a -r b315c727841d share/mk/sys.mk
--- a/share/mk/sys.mk Wed Mar 30 16:19:06 2016 +0000
+++ b/share/mk/sys.mk Wed Mar 30 17:35:43 2016 +0000
@@ -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?= -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
Home |
Main Index |
Thread Index |
Old Index