Source-Changes-HG archive

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

[src/trunk]: src/share/mk enable profile libraries on sparc64



details:   https://anonhg.NetBSD.org/src/rev/fda63208214d
branches:  trunk
changeset: 513986:fda63208214d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Aug 19 14:24:44 2001 +0000

description:
enable profile libraries on sparc64

diffstat:

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

diffs (24 lines):

diff -r 09c81d8cde6b -r fda63208214d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Aug 19 14:23:55 2001 +0000
+++ b/share/mk/bsd.own.mk       Sun Aug 19 14:24:44 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.174 2001/08/15 17:50:15 tv Exp $
+#      $NetBSD: bsd.own.mk,v 1.175 2001/08/19 14:24:44 mrg Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -83,8 +83,12 @@
 .endif
 
 # The sparc64 port is incomplete.
-# Profiling and linting is also off on the x86_64 port at the moment.
-.if ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} == "sparc64"
+NOLINT=1
+.endif
+
+# The x86_64 port is incomplete.
+.if ${MACHINE_ARCH} == "x86_64"
 NOPROFILE=1
 NOLINT=1
 .endif



Home | Main Index | Thread Index | Old Index