Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn32/conf Remove "options RISCPC"; nothing tests...
details: https://anonhg.NetBSD.org/src/rev/3cbd955bac56
branches: trunk
changeset: 525395:3cbd955bac56
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Apr 10 20:10:08 2002 +0000
description:
Remove "options RISCPC"; nothing tests for it anymore.
diffstat:
sys/arch/acorn32/conf/GENERIC | 7 ++-----
sys/arch/acorn32/conf/INSTALL | 7 ++-----
sys/arch/acorn32/conf/LOWMEM_WSCONS | 5 +----
sys/arch/acorn32/conf/NC | 3 +--
sys/arch/acorn32/conf/NC_WSCONS | 3 +--
sys/arch/acorn32/conf/RPC_WSCONS | 8 ++------
6 files changed, 9 insertions(+), 24 deletions(-)
diffs (138 lines):
diff -r 3aaa221d811c -r 3cbd955bac56 sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC Wed Apr 10 19:35:22 2002 +0000
+++ b/sys/arch/acorn32/conf/GENERIC Wed Apr 10 20:10:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.13 2002/04/02 05:30:36 lukem Exp $
+# $NetBSD: GENERIC,v 1.14 2002/04/10 20:10:08 thorpej Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@@ -20,7 +20,7 @@
include "arch/acorn32/conf/std.acorn32"
-#ident "GENERIC-$Revision: 1.13 $"
+#ident "GENERIC-$Revision: 1.14 $"
# estimated number of users
maxusers 32
@@ -40,9 +40,6 @@
# For StrongARM only kernels
#makeoptions COPTS="-O2 -march=armv3m -mtune=strongarm"
-# Architecture options
-options RISCPC # We are a RiscPC
-
# FPA options
#options ARMFPE # ARM Ltd FPE
diff -r 3aaa221d811c -r 3cbd955bac56 sys/arch/acorn32/conf/INSTALL
--- a/sys/arch/acorn32/conf/INSTALL Wed Apr 10 19:35:22 2002 +0000
+++ b/sys/arch/acorn32/conf/INSTALL Wed Apr 10 20:10:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.7 2002/04/02 05:30:36 lukem Exp $
+# $NetBSD: INSTALL,v 1.8 2002/04/10 20:10:08 thorpej Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@@ -20,7 +20,7 @@
include "arch/acorn32/conf/std.acorn32"
-#ident "INSTALL-$Revision: 1.7 $"
+#ident "INSTALL-$Revision: 1.8 $"
# estimated number of users
maxusers 32
@@ -40,9 +40,6 @@
# For StrongARM only kernels
#makeoptions COPTS="-O2 -march=armv3m -mtune=strongarm"
-# Architecture options
-options RISCPC # We are a RiscPC
-
# FPA options
#options ARMFPE # ARM Ltd FPE
diff -r 3aaa221d811c -r 3cbd955bac56 sys/arch/acorn32/conf/LOWMEM_WSCONS
--- a/sys/arch/acorn32/conf/LOWMEM_WSCONS Wed Apr 10 19:35:22 2002 +0000
+++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS Wed Apr 10 20:10:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOWMEM_WSCONS,v 1.9 2002/04/02 05:30:37 lukem Exp $
+# $NetBSD: LOWMEM_WSCONS,v 1.10 2002/04/10 20:10:08 thorpej Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@@ -27,9 +27,6 @@
# For small kernels
makeoptions COPTS="-Os -fno-inline -Dinline= -D__inline__= -D_inline_= "
-# Architecture options
-options RISCPC # We are a RiscPC
-
# FPA options
#options ARMFPE # ARM Ltd FPE
diff -r 3aaa221d811c -r 3cbd955bac56 sys/arch/acorn32/conf/NC
--- a/sys/arch/acorn32/conf/NC Wed Apr 10 19:35:22 2002 +0000
+++ b/sys/arch/acorn32/conf/NC Wed Apr 10 20:10:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NC,v 1.8 2002/04/02 05:30:37 lukem Exp $
+# $NetBSD: NC,v 1.9 2002/04/10 20:10:08 thorpej Exp $
#
# NC - with vidcconsole
#
@@ -22,7 +22,6 @@
#options ARM6_LATE_ABORT # ARM6XX late abort support
# Architecture options
-options RISCPC # We are a RiscPC
options NC
# FPA options
diff -r 3aaa221d811c -r 3cbd955bac56 sys/arch/acorn32/conf/NC_WSCONS
--- a/sys/arch/acorn32/conf/NC_WSCONS Wed Apr 10 19:35:22 2002 +0000
+++ b/sys/arch/acorn32/conf/NC_WSCONS Wed Apr 10 20:10:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NC_WSCONS,v 1.10 2002/04/02 05:30:37 lukem Exp $
+# $NetBSD: NC_WSCONS,v 1.11 2002/04/10 20:10:08 thorpej Exp $
#
# NC - with wscons
#
@@ -22,7 +22,6 @@
#options ARM6_LATE_ABORT # ARM6XX late abort support
# Architecture options
-options RISCPC # We are a RiscPC
#options RC7500 # We are a RC7500
options NC
diff -r 3aaa221d811c -r 3cbd955bac56 sys/arch/acorn32/conf/RPC_WSCONS
--- a/sys/arch/acorn32/conf/RPC_WSCONS Wed Apr 10 19:35:22 2002 +0000
+++ b/sys/arch/acorn32/conf/RPC_WSCONS Wed Apr 10 20:10:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RPC_WSCONS,v 1.11 2002/04/02 05:30:37 lukem Exp $
+# $NetBSD: RPC_WSCONS,v 1.12 2002/04/10 20:10:08 thorpej Exp $
#
# RPC_WSCONS -- Full RiscPC config with wscons
#
@@ -20,7 +20,7 @@
include "arch/acorn32/conf/std.acorn32"
-#ident "GENERIC-$Revision: 1.11 $"
+#ident "GENERIC-$Revision: 1.12 $"
# estimated number of users
maxusers 32
@@ -40,10 +40,6 @@
# For StrongARM only kernels
#makeoptions COPTS="-O2 -march=armv3m -mtune=strongarm"
-# Architecture options
-# Architecture options
-options RISCPC # We are a RiscPC
-
# FPA options
#options ARMFPE # ARM Ltd FPE
Home |
Main Index |
Thread Index |
Old Index