Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Conditions for sh5 when setting DBG to be empty wer...



details:   https://anonhg.NetBSD.org/src/rev/ecaed21467e7
branches:  trunk
changeset: 550003:ecaed21467e7
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Jul 27 19:08:03 2003 +0000

description:
Conditions for sh5 when setting DBG to be empty were deleted (moved)
in 1.72, but brought back accidentally in 1.73.  That was harmless,
anyway, as sh5 conditions in their new place get matched earlier.

diffstat:

 share/mk/sys.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r c7a09e0ee239 -r ecaed21467e7 share/mk/sys.mk
--- a/share/mk/sys.mk   Sun Jul 27 15:16:54 2003 +0000
+++ b/share/mk/sys.mk   Sun Jul 27 19:08:03 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sys.mk,v 1.76 2003/07/27 09:35:47 lukem Exp $
+#      $NetBSD: sys.mk,v 1.77 2003/07/27 19:08:03 uwe Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 
 unix?=         We run NetBSD.
@@ -32,8 +32,7 @@
     ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "vax"
 DBG?=  -O2
-.elif ${MACHINE_ARCH} == "hppa" || \
-      ${MACHINE_ARCH} == "sh5el" || ${MACHINE_ARCH} == "sh5eb"
+.elif ${MACHINE_ARCH} == "hppa"
 DBG?=
 .elif ${MACHINE_ARCH} == "sparc64"
 DBG?=  -O -ffixed-g4   #Hack for embedany memory model compatibility



Home | Main Index | Thread Index | Old Index