From 3dcc4e8c7d08a1c0ef0ebefe977fa3fc0b87508e Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 5 Aug 2013 16:00:57 +0000 Subject: [PATCH] The linker script is the argument of -T, so keep them together. --- sys/rump/Makefile.rump | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/rump/Makefile.rump b/sys/rump/Makefile.rump index 3a87762d4672..b088cf6f4474 100644 --- a/sys/rump/Makefile.rump +++ b/sys/rump/Makefile.rump @@ -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