LINKSCRIPT is set only once, so use = not +=.

This commit is contained in:
uebayasi 2014-11-15 15:01:41 +00:00
parent 645822f2c8
commit 017bd8df74
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mips,v 1.60 2014/11/15 12:29:02 uebayasi Exp $
# $NetBSD: Makefile.mips,v 1.61 2014/11/15 15:01:41 uebayasi Exp $
# Makefile for NetBSD
#
@ -102,7 +102,7 @@ TEXTADDR?= ${DEFTEXTADDR}
.endif
KERNLDSCRIPT?= ${MIPS}/conf/kern.ldscript
# some mips ports specify a "magic" format
LINKSCRIPT+= -T ${KERNLDSCRIPT}
LINKSCRIPT= -T ${KERNLDSCRIPT}
EXTRA_LINKFLAGS= ${GP} ${LDOPTS}
LINKFLAGS_NORMAL= -X
STRIPFLAGS= -g -X