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 Pull up rev. 1.139:



details:   https://anonhg.NetBSD.org/src/rev/3d4915f2ddcd
branches:  netbsd-1-5
changeset: 488329:3d4915f2ddcd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jun 29 23:51:22 2000 +0000

description:
Pull up rev. 1.139:
Add GNU_ARCH.arm26

diffstat:

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

diffs (17 lines):

diff -r 34cf01284a90 -r 3d4915f2ddcd share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jun 29 23:49:32 2000 +0000
+++ b/share/mk/bsd.own.mk       Thu Jun 29 23:51:22 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.136.4.1 2000/06/24 06:59:38 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.136.4.2 2000/06/29 23:51:22 thorpej Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -108,6 +108,7 @@
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
 GNU_ARCH.alpha=alpha
+GNU_ARCH.arm26=armv2
 GNU_ARCH.arm32=arm
 GNU_ARCH.i386=i386
 GNU_ARCH.m68k=m68k



Home | Main Index | Thread Index | Old Index