cvs commit: src/gnu/usr.bin/gdb Makefile

Pawel Worach pawel.worach at gmail.com
Tue Oct 31 19:49:17 UTC 2006


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


More information about the cvs-all mailing list