The linker script is the argument of -T, so keep them together.
This commit is contained in:
parent
c5d26c67ea
commit
3dcc4e8c7d
|
@ -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
|
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
|
SRCS+= linksyms_sun.c
|
||||||
.PATH: ${RUMPTOP}
|
.PATH: ${RUMPTOP}
|
||||||
.else
|
.else
|
||||||
LDFLAGS+= -Wl,-T ${RUMPTOP}/ldscript.rump
|
LDFLAGS+= -Wl,-T,${RUMPTOP}/ldscript.rump
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue