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 30 -> -G 24



details:   https://anonhg.NetBSD.org/src/rev/6483fde0ef57
branches:  trunk
changeset: 484095:6483fde0ef57
user:      uch <uch%NetBSD.org@localhost>
date:      Sat Mar 25 15:11:08 2000 +0000

description:
-G 30 -> -G 24

diffstat:

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

diffs (18 lines):

diff -r 0629e82705e8 -r 6483fde0ef57 sys/arch/hpcmips/conf/Makefile.hpcmips
--- a/sys/arch/hpcmips/conf/Makefile.hpcmips    Sat Mar 25 15:08:26 2000 +0000
+++ b/sys/arch/hpcmips/conf/Makefile.hpcmips    Sat Mar 25 15:11:08 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.hpcmips,v 1.13 2000/03/07 04:17:27 shin Exp $
+#      $NetBSD: Makefile.hpcmips,v 1.14 2000/03/25 15:11:08 uch Exp $
 
 # Makefile for NetBSD
 #
@@ -56,7 +56,7 @@
 .if (${HAVE_GCC28} != "")
 CWARNFLAGS+=   -Wno-main
 .endif
-GP?=           -G 30
+GP?=           -G 24
 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