Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/netwinder/include Netwinder's MACHINE_ARCH is arm, ...
details: https://anonhg.NetBSD.org/src/rev/944a995304f0
branches: trunk
changeset: 516645:944a995304f0
user: matt <matt%NetBSD.org@localhost>
date: Fri Oct 26 23:21:31 2001 +0000
description:
Netwinder's MACHINE_ARCH is arm, not arm32.
diffstat:
sys/arch/netwinder/include/param.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r fc8e03ca019e -r 944a995304f0 sys/arch/netwinder/include/param.h
--- a/sys/arch/netwinder/include/param.h Fri Oct 26 20:48:47 2001 +0000
+++ b/sys/arch/netwinder/include/param.h Fri Oct 26 23:21:31 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.1 2001/04/19 07:11:03 matt Exp $ */
+/* $NetBSD: param.h,v 1.2 2001/10/26 23:21:31 matt Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@@ -41,8 +41,8 @@
#define _MACHINE netwinder
#define MACHINE "netwinder"
-#define _MACHINE_ARCH arm32
-#define MACHINE_ARCH "arm32"
+#define _MACHINE_ARCH arm
+#define MACHINE_ARCH "arm"
#include <arm/arm32/param.h>
Home |
Main Index |
Thread Index |
Old Index