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.arm26



details:   https://anonhg.NetBSD.org/src/rev/ef856b01b939
branches:  trunk
changeset: 493954:ef856b01b939
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Tue Jun 27 21:12:42 2000 +0000

description:
Add GNU_ARCH.arm26

diffstat:

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

diffs (17 lines):

diff -r 082839b2b4ec -r ef856b01b939 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Jun 27 21:08:30 2000 +0000
+++ b/share/mk/bsd.own.mk       Tue Jun 27 21:12:42 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.138 2000/06/23 06:14:33 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.139 2000/06/27 21:12:42 bjh21 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