-G 30 -> -G 24

This commit is contained in:
uch 2000-03-25 15:11:08 +00:00
parent f9204d0a57
commit 7832b88a4a
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ CWARNFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
.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