Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/conf s/-G0/-G 0/



details:   https://anonhg.NetBSD.org/src/rev/06e6115cc149
branches:  trunk
changeset: 479646:06e6115cc149
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Fri Dec 17 03:24:33 1999 +0000

description:
s/-G0/-G 0/

diffstat:

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

diffs (18 lines):

diff -r 64fd5f2aeed2 -r 06e6115cc149 sys/arch/newsmips/conf/Makefile.newsmips
--- a/sys/arch/newsmips/conf/Makefile.newsmips  Fri Dec 17 03:21:10 1999 +0000
+++ b/sys/arch/newsmips/conf/Makefile.newsmips  Fri Dec 17 03:24:33 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.newsmips,v 1.19 1999/07/26 05:20:47 cgd Exp $
+#      $NetBSD: Makefile.newsmips,v 1.20 1999/12/17 03:24:33 tsubai Exp $
 
 # Makefile for NetBSD
 #
@@ -51,7 +51,7 @@
 .if (${HAVE_GCC28} != "")
 CWARNFLAGS+=   -Wno-main
 .endif
-GP?=           -G0
+GP?=           -G 0
 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