Module Name: src
Committed By: joerg
Date: Mon Aug 5 16:00:57 UTC 2013
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
The linker script is the argument of -T, so keep them together.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/rump/Makefile.rump
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.84 src/sys/rump/Makefile.rump:1.85
--- src/sys/rump/Makefile.rump:1.84 Tue Jul 16 19:07:54 2013
+++ src/sys/rump/Makefile.rump Mon Aug 5 16:00:57 2013
@@ -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
SRCS+= linksyms_sun.c
.PATH: ${RUMPTOP}
.else
-LDFLAGS+= -Wl,-T ${RUMPTOP}/ldscript.rump
+LDFLAGS+= -Wl,-T,${RUMPTOP}/ldscript.rump
.endif
.endif