Source-Changes-HG archive

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

[src/trunk]: src/share/mk * Turn lint and profiling on for SuperH.



details:   https://anonhg.NetBSD.org/src/rev/31a0d4df7cc6
branches:  trunk
changeset: 521728:31a0d4df7cc6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Feb 04 08:49:04 2002 +0000

description:
* Turn lint and profiling on for SuperH.
* Turn lint on for m68000.

diffstat:

 share/mk/bsd.own.mk |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 9fb6bb8f318c -r 31a0d4df7cc6 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Feb 04 08:37:37 2002 +0000
+++ b/share/mk/bsd.own.mk       Mon Feb 04 08:49:04 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.266 2002/02/03 23:52:23 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.267 2002/02/04 08:49:04 thorpej Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -263,17 +263,13 @@
 .endif
 
 # The sh3 port is incomplete.
-.if ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el"
-NOLINT=                # defined
-.if !defined(HAVE_GCC3)
+.if (${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el") && \
+    !defined(HAVE_GCC3)
 NOPIC=         # defined
 .endif
-NOPROFILE=     # defined
-.endif
 
 # The m68000 port is incomplete.
 .if ${MACHINE_ARCH} == "m68000"
-NOLINT=                # defined
 NOPIC=         # defined
 NOPROFILE=     # defined
 .endif



Home | Main Index | Thread Index | Old Index