Source-Changes-HG archive

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

[src/trunk]: src/share/mk sh3 port is incomplete, so add NOLINT=1 and NOPROFI...



details:   https://anonhg.NetBSD.org/src/rev/4c822377c7de
branches:  trunk
changeset: 495661:4c822377c7de
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Aug 02 20:04:45 2000 +0000

description:
sh3 port is incomplete, so add NOLINT=1 and NOPROFILE=1
(and NOPIC=1 if OBJECT_FMT==COFF)

diffstat:

 share/mk/bsd.own.mk |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 77fe06baae99 -r 4c822377c7de share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Aug 02 19:57:59 2000 +0000
+++ b/share/mk/bsd.own.mk       Wed Aug 02 20:04:45 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.140 2000/07/26 02:21:21 mycroft Exp $
+#      $NetBSD: bsd.own.mk,v 1.141 2000/08/02 20:04:45 msaitoh Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -75,6 +75,16 @@
 # in environments where it's not possible to keep /sys publicly readable)
 #SYS_INCLUDE=  symlinks
 
+# The sh3 port is incomplete.
+.if ${MACHINE_ARCH} == "sh3"
+NOLINT=1
+NOPROFILE=1
+OBJECT_FMT?=COFF
+.if ${OBJECT_FMT} == "COFF"
+NOPIC?=1
+.endif
+.endif
+
 # The sparc64 port is incomplete.
 .if ${MACHINE_ARCH} == "sparc64"
 NOPROFILE=1



Home | Main Index | Thread Index | Old Index