Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/hpcmips/conf Apply patch (requested by shin):



details:   https://anonhg.NetBSD.org/src/rev/38f6cee8d4f4
branches:  netbsd-1-5
changeset: 492774:38f6cee8d4f4
user:      he <he%NetBSD.org@localhost>
date:      Thu Feb 14 19:55:23 2002 +0000

description:
Apply patch (requested by shin):
  Make kernel link by reducing gpsize (-G linker option).

diffstat:

 sys/arch/hpcmips/conf/Makefile.hpcmips |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 07a8a12592de -r 38f6cee8d4f4 sys/arch/hpcmips/conf/Makefile.hpcmips
--- a/sys/arch/hpcmips/conf/Makefile.hpcmips    Thu Feb 14 19:53:13 2002 +0000
+++ b/sys/arch/hpcmips/conf/Makefile.hpcmips    Thu Feb 14 19:55:23 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.hpcmips,v 1.18 2000/05/21 02:50:11 soren Exp $
+#      $NetBSD: Makefile.hpcmips,v 1.18.4.1 2002/02/14 19:55:23 he Exp $
 
 # Makefile for NetBSD
 #
@@ -59,7 +59,7 @@
 .if (${HAVE_EGCS} != "")
 CWARNFLAGS+=   -Wno-main
 .endif
-GP?=           -G 20
+GP?=           -G 8
 CFLAGS=                ${DEBUG} ${COPTS} ${CWARNFLAGS} ${GP} \
                -mno-abicalls -mno-half-pic
 AFLAGS=                -x assembler-with-cpp -traditional-cpp -D_LOCORE



Home | Main Index | Thread Index | Old Index