Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Sort MACHINE_ARCH's in the GDB section.
details: https://anonhg.NetBSD.org/src/rev/c77ff76a32a9
branches: trunk
changeset: 554434:c77ff76a32a9
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Oct 28 07:09:03 2003 +0000
description:
Sort MACHINE_ARCH's in the GDB section.
diffstat:
share/mk/bsd.own.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r e7371f4c39d6 -r c77ff76a32a9 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Oct 28 06:55:45 2003 +0000
+++ b/share/mk/bsd.own.mk Tue Oct 28 07:09:03 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.385 2003/10/27 01:45:20 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.386 2003/10/28 07:09:03 simonb Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -74,11 +74,11 @@
# working:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_ARCH} == "m68k" || \
${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "mipsel" || \
- ${MACHINE_ARCH} == "m68k" || \
+ ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sh3el" || \
- ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "vax" || \
Home |
Main Index |
Thread Index |
Old Index