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 -G 24 -> -G 20. TX3922 kernel became b...



details:   https://anonhg.NetBSD.org/src/rev/1acbc84e0387
branches:  trunk
changeset: 485926:1acbc84e0387
user:      uch <uch%NetBSD.org@localhost>
date:      Mon May 08 21:58:40 2000 +0000

description:
-G 24 -> -G 20. TX3922 kernel became bigger.

diffstat:

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

diffs (18 lines):

diff -r f697547011e7 -r 1acbc84e0387 sys/arch/hpcmips/conf/Makefile.hpcmips
--- a/sys/arch/hpcmips/conf/Makefile.hpcmips    Mon May 08 21:57:56 2000 +0000
+++ b/sys/arch/hpcmips/conf/Makefile.hpcmips    Mon May 08 21:58:40 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.hpcmips,v 1.14 2000/03/25 15:11:08 uch Exp $
+#      $NetBSD: Makefile.hpcmips,v 1.15 2000/05/08 21:58:40 uch Exp $
 
 # Makefile for NetBSD
 #
@@ -56,7 +56,7 @@
 .if (${HAVE_GCC28} != "")
 CWARNFLAGS+=   -Wno-main
 .endif
-GP?=           -G 24
+GP?=           -G 20
 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