Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Some cleanups for the MACHINE_ARCH endian suffix ch...



details:   https://anonhg.NetBSD.org/src/rev/4d5d6b2eba13
branches:  trunk
changeset: 533952:4d5d6b2eba13
user:      scw <scw%NetBSD.org@localhost>
date:      Thu Jul 11 14:42:55 2002 +0000

description:
Some cleanups for the MACHINE_ARCH endian suffix change.

diffstat:

 sys/arch/evbsh5/conf/std.evbsh5.el |  3 ++-
 sys/arch/sh5/conf/Makefile.sh5     |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 83e957d8fbfa -r 4d5d6b2eba13 sys/arch/evbsh5/conf/std.evbsh5.el
--- a/sys/arch/evbsh5/conf/std.evbsh5.el        Thu Jul 11 14:23:04 2002 +0000
+++ b/sys/arch/evbsh5/conf/std.evbsh5.el        Thu Jul 11 14:42:55 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.evbsh5.el,v 1.1 2002/07/05 13:31:38 scw Exp $
+#      $NetBSD: std.evbsh5.el,v 1.2 2002/07/11 14:42:55 scw Exp $
 #
 # Options/devices that all Little Endian evbsh5s should have
 #
@@ -8,3 +8,4 @@
 options        EXEC_ELF32
 options        EXEC_SCRIPT
 
+makeoptions    MACHINE_ARCH=sh5el
diff -r 83e957d8fbfa -r 4d5d6b2eba13 sys/arch/sh5/conf/Makefile.sh5
--- a/sys/arch/sh5/conf/Makefile.sh5    Thu Jul 11 14:23:04 2002 +0000
+++ b/sys/arch/sh5/conf/Makefile.sh5    Thu Jul 11 14:42:55 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sh5,v 1.2 2002/07/05 14:02:31 scw Exp $
+#      $NetBSD: Makefile.sh5,v 1.3 2002/07/11 14:42:55 scw Exp $
 
 # Makefile for NetBSD/sh5
 #
@@ -17,7 +17,6 @@
 #
 #      makeoptions DEBUGLIST="uvm* trap if_*"
 
-MACHINE_ARCH=sh5
 USETOOLS?=     no
 NEED_OWN_INSTALL_TARGET?=no
 .include <bsd.own.mk>



Home | Main Index | Thread Index | Old Index