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 change '-G 32' to '-G 30' to avoid ove...
details: https://anonhg.NetBSD.org/src/rev/968fe658222f
branches: trunk
changeset: 480446:968fe658222f
user: shin <shin%NetBSD.org@localhost>
date: Thu Jan 13 05:32:41 2000 +0000
description:
change '-G 32' to '-G 30' to avoid overflow(TX3912).
diffstat:
sys/arch/hpcmips/conf/Makefile.hpcmips | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1ace13174579 -r 968fe658222f sys/arch/hpcmips/conf/Makefile.hpcmips
--- a/sys/arch/hpcmips/conf/Makefile.hpcmips Thu Jan 13 01:06:24 2000 +0000
+++ b/sys/arch/hpcmips/conf/Makefile.hpcmips Thu Jan 13 05:32:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.hpcmips,v 1.5 2000/01/09 07:57:43 shin Exp $
+# $NetBSD: Makefile.hpcmips,v 1.6 2000/01/13 05:32:41 shin Exp $
# Makefile for NetBSD
#
@@ -52,7 +52,7 @@
.if (${HAVE_GCC28} != "")
CWARNFLAGS+= -Wno-main
.endif
-GP?= -G 32
+GP?= -G 30
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