Date: Tue, 31 Oct 2006 20:49:00 +0100 From: Pawel Worach <pawel.worach@gmail.com> To: John-Mark Gurney <jmg@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb Makefile Message-ID: <4547A8AC.9090102@gmail.com> In-Reply-To: <200610211727.k9LHRatg034062@repoman.freebsd.org> References: <200610211727.k9LHRatg034062@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
John-Mark Gurney wrote:
> jmg 2006-10-21 17:27:36 UTC
>
> FreeBSD src repository
>
> Modified files:
> gnu/usr.bin/gdb Makefile
> Log:
> Turn on gdbserver for the arch that supports it..
>
Guess is should be removed from ObsoleteFiles.inc for i386 then.
--- ObsoleteFiles.inc.orig Tue Oct 31 20:45:00 2006
+++ ObsoleteFiles.inc Tue Oct 31 20:46:27 2006
@@ -628,7 +628,9 @@
OLD_FILES+=usr/lib/libpam_ssh_p.a
OLD_FILES+=usr/bin/help
OLD_FILES+=usr/bin/sccs
+.if ${TARGET_ARCH} != "i386"
OLD_FILES+=usr/bin/gdbserver
+.endif
OLD_FILES+=usr/bin/ssh-keysign
OLD_FILES+=usr/sbin/gifconfig
OLD_FILES+=usr/sbin/prefix
--
Pawel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4547A8AC.9090102>
