comment 'makeoptions DEFGP="-G nn"' to resolve gp-size overflow.
even NULLCONF requires "-G 0". fix PR kern/19184.
This commit is contained in:
parent
be9a8d8e2f
commit
57889e8f74
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.132 2002/11/17 07:21:11 takemura Exp $
|
||||
# $NetBSD: GENERIC,v 1.133 2002/11/27 07:33:01 shin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.132 $"
|
||||
#ident "GENERIC-$Revision: 1.133 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -113,7 +113,7 @@ options NFS_BOOT_BOOTP
|
||||
#options NFS_BOOT_BOOTPARAM
|
||||
|
||||
# compile options
|
||||
makeoptions DEFGP="-G 10"
|
||||
#makeoptions DEFGP="-G 10"
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: LROUTER,v 1.8 2002/09/18 02:43:59 lukem Exp $
|
||||
# $NetBSD: LROUTER,v 1.9 2002/11/27 07:33:02 shin Exp $
|
||||
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
|
||||
#
|
||||
# Kernel configuration file for LASER5 L-Router
|
||||
@ -98,7 +98,7 @@ options COMPAT_43
|
||||
options NFS_BOOT_DHCP
|
||||
|
||||
# compile options
|
||||
makeoptions DEFGP="-G 14"
|
||||
#makeoptions DEFGP="-G 14"
|
||||
|
||||
config netbsd root on ? type ?
|
||||
config nfsnetbsd root on ? type nfs
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: MPC303,v 1.19 2002/09/18 02:43:59 lukem Exp $
|
||||
# $NetBSD: MPC303,v 1.20 2002/11/27 07:33:02 shin Exp $
|
||||
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
|
||||
#
|
||||
# Kernel configuration file for Victor MP-C303; enami's test machine.
|
||||
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
#ident "GENERIC-$Revision: 1.20 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -99,7 +99,7 @@ options NFS_BOOT_BOOTPARAM
|
||||
options VR_FIND_DRAMLIM=0x03800000
|
||||
|
||||
# compile options
|
||||
makeoptions DEFGP="-G 14"
|
||||
#makeoptions DEFGP="-G 14"
|
||||
|
||||
#config netbsd root on ? type ?
|
||||
config netbsd root on aue0 type nfs
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: NULLCONF,v 1.16 2002/06/22 00:01:10 ross Exp $
|
||||
# $NetBSD: NULLCONF,v 1.17 2002/11/27 07:33:02 shin Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -24,7 +24,7 @@ file-system FFS # fast filesystem with user and group quotas
|
||||
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
|
||||
# compile options
|
||||
makeoptions DEFGP="-G 18"
|
||||
#makeoptions DEFGP="-G 18"
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: TX3912,v 1.44 2002/09/18 02:43:59 lukem Exp $
|
||||
# $NetBSD: TX3912,v 1.45 2002/11/27 07:33:02 shin Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -91,7 +91,7 @@ options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
options NFS_BOOT_DHCP
|
||||
|
||||
# compile options
|
||||
makeoptions DEFGP="-G 14"
|
||||
#makeoptions DEFGP="-G 14"
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
|
||||
#
|
||||
# $NetBSD: TX3922,v 1.46 2002/09/18 02:43:59 lukem Exp $
|
||||
# $NetBSD: TX3922,v 1.47 2002/11/27 07:33:03 shin Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -83,7 +83,7 @@ options VNODE_OP_NOINLINE # don't inline vnode op calls
|
||||
options NFS_BOOT_DHCP
|
||||
|
||||
# compile options
|
||||
makeoptions DEFGP="-G 18"
|
||||
#makeoptions DEFGP="-G 18"
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VR41XX,v 1.10 2002/09/18 02:43:59 lukem Exp $
|
||||
# $NetBSD: VR41XX,v 1.11 2002/11/27 07:33:03 shin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
include "arch/hpcmips/conf/std.hpcmips.vr41"
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
#ident "GENERIC-$Revision: 1.11 $"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
@ -109,7 +109,7 @@ options NFS_BOOT_DHCP
|
||||
config netbsd root on ? type ?
|
||||
|
||||
# compile options
|
||||
makeoptions DEFGP="-G 8"
|
||||
#makeoptions DEFGP="-G 8"
|
||||
|
||||
# WS console uses SUN or VT100 terminal emulation
|
||||
options WSEMUL_VT100
|
||||
|
Loading…
Reference in New Issue
Block a user