Remove "options RISCPC"; nothing tests for it anymore.
This commit is contained in:
parent
59c9e94b72
commit
59d47eeb79
|
@ -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 @@ options CPU_ARM7 # Support the ARM7 core
|
|||
# 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
|
||||
|
||||
|
|
|
@ -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 @@ options CPU_ARM7 # Support the ARM7 core
|
|||
# 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
|
||||
|
||||
|
|
|
@ -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 @@ options CPU_ARM7 # Support the ARM7 core
|
|||
# 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
|
||||
|
|
|
@ -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 CPU_ARM7 # Support the ARM7 core
|
|||
#options ARM6_LATE_ABORT # ARM6XX late abort support
|
||||
|
||||
# Architecture options
|
||||
options RISCPC # We are a RiscPC
|
||||
options NC
|
||||
|
||||
# FPA options
|
||||
|
|
|
@ -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 CPU_ARM7 # Support the ARM7 core
|
|||
#options ARM6_LATE_ABORT # ARM6XX late abort support
|
||||
|
||||
# Architecture options
|
||||
options RISCPC # We are a RiscPC
|
||||
#options RC7500 # We are a RC7500
|
||||
options NC
|
||||
|
||||
|
|
|
@ -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 @@ options CPU_ARM7 # Support the ARM7 core
|
|||
# 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue