Module Name:    src
Committed By:   skrll
Date:           Tue Jan 17 18:44:25 UTC 2012

Modified Files:
        src/usr.sbin/crash: Makefile
Removed Files:
        src/usr.sbin/crash: ldscript.crash

Log Message:
Remove workaround for old binutils.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/crash/Makefile
cvs rdiff -u -r1.1 -r0 src/usr.sbin/crash/ldscript.crash

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/crash/Makefile
diff -u src/usr.sbin/crash/Makefile:1.13 src/usr.sbin/crash/Makefile:1.14
--- src/usr.sbin/crash/Makefile:1.13	Tue Aug 16 08:07:12 2011
+++ src/usr.sbin/crash/Makefile	Tue Jan 17 18:44:24 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2011/08/16 08:07:12 christos Exp $
+#	$NetBSD: Makefile,v 1.14 2012/01/17 18:44:24 skrll Exp $
 
 PROG=		crash
 MAN=		crash.8
@@ -6,7 +6,7 @@ RUMPKERNEL=	yes	# XXX: Avoid -mcmodel=ke
 
 CWARNFLAGS.clang+=	-Wno-format
 
-LDADD+=	-lutil -lkvm -ledit -lterminfo -T${.CURDIR}/ldscript.crash
+LDADD+=	-lutil -lkvm -ledit -lterminfo
 DPADD+=	${LIBUTIL} ${LIBKVM} ${LIBEDIT} ${LIBTERMINFO}
 
 # some ddb kernel components need limited modifications.  for now,

Reply via email to