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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to