Source-Changes-HG archive

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

[src/trunk]: src/share/mk add GNU_ARCH.sh3=sh



details:   https://anonhg.NetBSD.org/src/rev/532c18b2c485
branches:  trunk
changeset: 477018:532c18b2c485
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Oct 06 18:24:00 1999 +0000

description:
add GNU_ARCH.sh3=sh

diffstat:

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

diffs (17 lines):

diff -r 84953719acc9 -r 532c18b2c485 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Oct 06 17:22:25 1999 +0000
+++ b/share/mk/bsd.own.mk       Wed Oct 06 18:24:00 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.128 1999/09/14 01:31:11 perry Exp $
+#      $NetBSD: bsd.own.mk,v 1.129 1999/10/06 18:24:00 msaitoh Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -127,6 +127,7 @@
 GNU_ARCH.mipsel=mipsel
 GNU_ARCH.ns32k=ns32k
 GNU_ARCH.powerpc=powerpc
+GNU_ARCH.sh3=sh
 GNU_ARCH.sparc=sparc
 GNU_ARCH.sparc64=sparc
 GNU_ARCH.vax=vax



Home | Main Index | Thread Index | Old Index