Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm26/include Since arm26 uses ELF, set MACHINE_ARC...
details: https://anonhg.NetBSD.org/src/rev/027e88d3fe2f
branches: trunk
changeset: 516317:027e88d3fe2f
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sun Oct 21 14:19:34 2001 +0000
description:
Since arm26 uses ELF, set MACHINE_ARCH to "arm".
diffstat:
sys/arch/arm26/include/param.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 493bd4289822 -r 027e88d3fe2f sys/arch/arm26/include/param.h
--- a/sys/arch/arm26/include/param.h Sun Oct 21 09:42:41 2001 +0000
+++ b/sys/arch/arm26/include/param.h Sun Oct 21 14:19:34 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.12 2001/10/07 12:45:03 bjh21 Exp $ */
+/* $NetBSD: param.h,v 1.13 2001/10/21 14:19:34 bjh21 Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@@ -42,8 +42,8 @@
#define _MACHINE arm26
#define MACHINE "arm26"
-#define _MACHINE_ARCH arm26
-#define MACHINE_ARCH "arm26"
+#define _MACHINE_ARCH arm
+#define MACHINE_ARCH "arm"
#define POOL_SUBPAGE 4096
Home |
Main Index |
Thread Index |
Old Index