Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump The linker script is the argument of -T, so keep th...



details:   https://anonhg.NetBSD.org/src/rev/e93dc0e733b3
branches:  trunk
changeset: 789054:e93dc0e733b3
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Aug 05 16:00:57 2013 +0000

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

diffstat:

 sys/rump/Makefile.rump |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 004bfd3bdefd -r e93dc0e733b3 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Mon Aug 05 15:33:07 2013 +0000
+++ b/sys/rump/Makefile.rump    Mon Aug 05 16:00:57 2013 +0000
@@ -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 @@
 SRCS+=         linksyms_sun.c
 .PATH:         ${RUMPTOP}
 .else
-LDFLAGS+=      -Wl,-T ${RUMPTOP}/ldscript.rump
+LDFLAGS+=      -Wl,-T,${RUMPTOP}/ldscript.rump
 .endif
 .endif
 



Home | Main Index | Thread Index | Old Index