svn commit: r188635 - head

Marcel Moolenaar marcel at FreeBSD.org
Sat Feb 14 19:42:16 PST 2009


Author: marcel
Date: Sun Feb 15 03:42:14 2009
New Revision: 188635
URL: http://svn.freebsd.org/changeset/base/188635

Log:
  Don't remove gdbserver on ARM. It's not obsolete. In fact,
  it's quite nouveau...

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sun Feb 15 03:22:15 2009	(r188634)
+++ head/ObsoleteFiles.inc	Sun Feb 15 03:42:14 2009	(r188635)
@@ -1670,7 +1670,7 @@ OLD_FILES+=usr/lib/libpam_ssh.a
 OLD_FILES+=usr/lib/libpam_ssh_p.a
 OLD_FILES+=usr/bin/help
 OLD_FILES+=usr/bin/sccs
-.if ${TARGET_ARCH} != "i386"
+.if ${TARGET_ARCH} != "arm" && ${TARGET_ARCH} != "i386"
 OLD_FILES+=usr/bin/gdbserver
 .endif
 OLD_FILES+=usr/bin/ssh-keysign


More information about the svn-src-head mailing list