Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump Remove old HAVE_SUN_LD compat handling, it was ther...
details: https://anonhg.NetBSD.org/src/rev/fe65898ea4a9
branches: trunk
changeset: 328935:fe65898ea4a9
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Apr 25 11:49:16 2014 +0000
description:
Remove old HAVE_SUN_LD compat handling, it was there long enough.
diffstat:
sys/rump/Makefile.rump | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b538abcd3b10 -r fe65898ea4a9 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Fri Apr 25 11:06:52 2014 +0000
+++ b/sys/rump/Makefile.rump Fri Apr 25 11:49:16 2014 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index