s/-G0/-G 0/
This commit is contained in:
parent
9df2e626d6
commit
5577683a2b
|
@ -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
|
# Makefile for NetBSD
|
||||||
#
|
#
|
||||||
|
@ -51,7 +51,7 @@ CWARNFLAGS?= -Werror -Wall -Wno-parentheses -Wpointer-arith
|
||||||
.if (${HAVE_GCC28} != "")
|
.if (${HAVE_GCC28} != "")
|
||||||
CWARNFLAGS+= -Wno-main
|
CWARNFLAGS+= -Wno-main
|
||||||
.endif
|
.endif
|
||||||
GP?= -G0
|
GP?= -G 0
|
||||||
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${GP} \
|
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${GP} \
|
||||||
-mno-abicalls -mno-half-pic
|
-mno-abicalls -mno-half-pic
|
||||||
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
|
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
|
||||||
|
|
Loading…
Reference in New Issue