The linker script is the argument of -T, so keep them together.

This commit is contained in:
joerg 2013-08-05 16:00:57 +00:00
parent c5d26c67ea
commit 3dcc4e8c7d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rump,v 1.84 2013/07/16 19:07:54 pooka Exp $
# $NetBSD: Makefile.rump,v 1.85 2013/08/05 16:00:57 joerg Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@ -45,7 +45,7 @@ LDFLAGS+= -Wl,-M ${RUMPTOP}/ldscript_sun.rump
SRCS+= linksyms_sun.c
.PATH: ${RUMPTOP}
.else
LDFLAGS+= -Wl,-T ${RUMPTOP}/ldscript.rump
LDFLAGS+= -Wl,-T,${RUMPTOP}/ldscript.rump
.endif
.endif