Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/share/mk Pullup revision 1.141 (approved by thorpej):
details: https://anonhg.NetBSD.org/src/rev/e8032584517a
branches: netbsd-1-5
changeset: 489059:e8032584517a
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Aug 11 17:09:57 2000 +0000
description:
Pullup revision 1.141 (approved by thorpej):
add some NO* variables because sh3 port is incomplete.
diffstat:
share/mk/bsd.own.mk | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 0336df7305e8 -r e8032584517a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Aug 11 17:04:37 2000 +0000
+++ b/share/mk/bsd.own.mk Fri Aug 11 17:09:57 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.136.4.3 2000/07/26 23:58:07 mycroft Exp $
+# $NetBSD: bsd.own.mk,v 1.136.4.4 2000/08/11 17:09:57 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