s/-G0/-G 0/

This commit is contained in:
tsubai 1999-12-17 03:24:33 +00:00
parent 9df2e626d6
commit 5577683a2b
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ CWARNFLAGS?= -Werror -Wall -Wno-parentheses -Wpointer-arith
.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