Source-Changes-HG archive

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

[src/matt-nb6-plus]: src/sys/rump Don't use ldscript unless HAVE_BINUTILS == 219



details:   https://anonhg.NetBSD.org/src/rev/234e66c1a3d8
branches:  matt-nb6-plus
changeset: 774497:234e66c1a3d8
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Nov 20 23:58:02 2012 +0000

description:
Don't use ldscript unless HAVE_BINUTILS == 219

diffstat:

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

diffs (19 lines):

diff -r 9a05e739de31 -r 234e66c1a3d8 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Tue Nov 20 23:26:54 2012 +0000
+++ b/sys/rump/Makefile.rump    Tue Nov 20 23:58:02 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rump,v 1.61 2011/05/10 00:33:58 matt Exp $
+#      $NetBSD: Makefile.rump,v 1.61.12.1 2012/11/20 23:58:02 matt Exp $
 #
 
 WARNS?=                3       # XXX: src/sys won't compile with -Wsign-compare yet
@@ -32,7 +32,9 @@
 CPPFLAGS+=     -I${RUMPTOP}/include
 CPPFLAGS+=     -I${RUMPTOP}/librump/rumpkern/opt
 CPPFLAGS+=     -nostdinc -isystem ${RUMPTOP}/..
+.if ${HAVE_BINUTILS} == "219"
 LDFLAGS+=      -T ${RUMPTOP}/ldscript.rump
+.endif
 #CPPFLAGS+=    -DDEBUG
 
 .ifdef RUMP_LOCKDEBUG



Home | Main Index | Thread Index | Old Index