summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-02-15 03:42:14 +0000
committermarcel <marcel@FreeBSD.org>2009-02-15 03:42:14 +0000
commit1b9aa1b9ed8a5bda81d6f4796a2cfaf16a1c5a85 (patch)
tree6c68056dc09d821ae4b900790151e1413f8f7cd5 /ObsoleteFiles.inc
parent220cc37f38d00822fb16d8a29c0599e6f256ec39 (diff)
downloadFreeBSD-src-1b9aa1b9ed8a5bda81d6f4796a2cfaf16a1c5a85.zip
FreeBSD-src-1b9aa1b9ed8a5bda81d6f4796a2cfaf16a1c5a85.tar.gz
Don't remove gdbserver on ARM. It's not obsolete. In fact,
it's quite nouveau...
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 530d69c..4b80588 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -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
OpenPOWER on IntegriCloud