Module Name: src
Committed By: pooka
Date: Fri Apr 25 11:49:17 UTC 2014
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
Remove old HAVE_SUN_LD compat handling, it was there long enough.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 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.96 src/sys/rump/Makefile.rump:1.97
--- src/sys/rump/Makefile.rump:1.96 Wed Apr 23 23:25:45 2014
+++ src/sys/rump/Makefile.rump Fri Apr 25 11:49:16 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.96 2014/04/23 23:25:45 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.97 2014/04/25 11:49:16 pooka Exp $
#
.if !defined(_RUMP_MK)
@@ -45,7 +45,7 @@ CPPFLAGS+= -I${RUMPTOP}/..
RUMP_LDSCRIPT?= GNU
.if ${RUMP_LDSCRIPT} != "no"
# my ld or yours?
-.if ${RUMP_LDSCRIPT} == "sun" || defined(HAVE_SUN_LD)
+.if ${RUMP_LDSCRIPT} == "sun"
LDFLAGS+= -Wl,-M ${RUMPTOP}/ldscript_sun.rump
SRCS+= linksyms_sun.c
.PATH: ${RUMPTOP}