Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/mk Pull up revision 1.67 (requested by thorpej in...



details:   https://anonhg.NetBSD.org/src/rev/47c37c2e3ef4
branches:  netbsd-1-6
changeset: 527731:47c37c2e3ef4
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jun 05 03:31:01 2002 +0000

description:
Pull up revision 1.67 (requested by thorpej in ticket #158):
Add case for armeb.

diffstat:

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

diffs (17 lines):

diff -r 4324d1290774 -r 47c37c2e3ef4 share/mk/sys.mk
--- a/share/mk/sys.mk   Wed Jun 05 03:28:55 2002 +0000
+++ b/share/mk/sys.mk   Wed Jun 05 03:31:01 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sys.mk,v 1.66 2002/04/08 12:25:22 wiz Exp $
+#      $NetBSD: sys.mk,v 1.66.2.1 2002/06/05 03:31:01 lukem Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 
 unix?=         We run NetBSD.
@@ -22,6 +22,7 @@
 CC?=           cc
 .if ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "arm" || \
+    ${MACHINE_ARCH} == "armeb" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "m68k" || \
     ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \



Home | Main Index | Thread Index | Old Index