Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/conf comment 'makeoptions DEFGP="-G nn"' ...



details:   https://anonhg.NetBSD.org/src/rev/e023bf3f7d37
branches:  trunk
changeset: 539836:e023bf3f7d37
user:      shin <shin%NetBSD.org@localhost>
date:      Wed Nov 27 07:33:01 2002 +0000

description:
comment 'makeoptions   DEFGP="-G nn"' to resolve gp-size overflow.
even NULLCONF requires "-G 0".
fix PR kern/19184.

diffstat:

 sys/arch/hpcmips/conf/GENERIC  |  6 +++---
 sys/arch/hpcmips/conf/LROUTER  |  4 ++--
 sys/arch/hpcmips/conf/MPC303   |  6 +++---
 sys/arch/hpcmips/conf/NULLCONF |  4 ++--
 sys/arch/hpcmips/conf/TX3912   |  4 ++--
 sys/arch/hpcmips/conf/TX3922   |  4 ++--
 sys/arch/hpcmips/conf/VR41XX   |  6 +++---
 7 files changed, 17 insertions(+), 17 deletions(-)

diffs (162 lines):

diff -r 1d6078e066bc -r e023bf3f7d37 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Wed Nov 27 05:09:36 2002 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Wed Nov 27 07:33:01 2002 +0000
@@ -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 @@
 
 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_BOOTPARAM
 
 # compile options
-makeoptions    DEFGP="-G 10"
+#makeoptions   DEFGP="-G 10"
 
 config         netbsd          root on ? type ?
 
diff -r 1d6078e066bc -r e023bf3f7d37 sys/arch/hpcmips/conf/LROUTER
--- a/sys/arch/hpcmips/conf/LROUTER     Wed Nov 27 05:09:36 2002 +0000
+++ b/sys/arch/hpcmips/conf/LROUTER     Wed Nov 27 07:33:01 2002 +0000
@@ -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        NFS_BOOT_DHCP
 
 # compile options
-makeoptions    DEFGP="-G 14"
+#makeoptions   DEFGP="-G 14"
 
 config         netbsd          root on ? type ?
 config         nfsnetbsd       root on ? type nfs
diff -r 1d6078e066bc -r e023bf3f7d37 sys/arch/hpcmips/conf/MPC303
--- a/sys/arch/hpcmips/conf/MPC303      Wed Nov 27 05:09:36 2002 +0000
+++ b/sys/arch/hpcmips/conf/MPC303      Wed Nov 27 07:33:01 2002 +0000
@@ -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 @@
 
 #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        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
diff -r 1d6078e066bc -r e023bf3f7d37 sys/arch/hpcmips/conf/NULLCONF
--- a/sys/arch/hpcmips/conf/NULLCONF    Wed Nov 27 05:09:36 2002 +0000
+++ b/sys/arch/hpcmips/conf/NULLCONF    Wed Nov 27 07:33:01 2002 +0000
@@ -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 @@
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 
 # compile options
-makeoptions    DEFGP="-G 18"
+#makeoptions   DEFGP="-G 18"
 
 config         netbsd          root on ? type ?
 
diff -r 1d6078e066bc -r e023bf3f7d37 sys/arch/hpcmips/conf/TX3912
--- a/sys/arch/hpcmips/conf/TX3912      Wed Nov 27 05:09:36 2002 +0000
+++ b/sys/arch/hpcmips/conf/TX3912      Wed Nov 27 07:33:01 2002 +0000
@@ -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        NFS_BOOT_DHCP
 
 # compile options
-makeoptions    DEFGP="-G 14"
+#makeoptions   DEFGP="-G 14"
 
 config         netbsd          root on ? type ?
 
diff -r 1d6078e066bc -r e023bf3f7d37 sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Wed Nov 27 05:09:36 2002 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Wed Nov 27 07:33:01 2002 +0000
@@ -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        NFS_BOOT_DHCP
 
 # compile options
-makeoptions    DEFGP="-G 18"
+#makeoptions   DEFGP="-G 18"
 
 config         netbsd          root on ? type ?
 
diff -r 1d6078e066bc -r e023bf3f7d37 sys/arch/hpcmips/conf/VR41XX
--- a/sys/arch/hpcmips/conf/VR41XX      Wed Nov 27 05:09:36 2002 +0000
+++ b/sys/arch/hpcmips/conf/VR41XX      Wed Nov 27 07:33:01 2002 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index