summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2009-02-23 18:22:49 +0000
committerraj <raj@FreeBSD.org>2009-02-23 18:22:49 +0000
commit124e83aa64b26f6b00736a45c3e25dfda8c7060e (patch)
treeed7a0b15d6e1219603d4bc1f58d06ab7dd9eda2c /ObsoleteFiles.inc
parentb76fb8bc5459b74fee49a6a9b86a6b64d8c5d722 (diff)
downloadFreeBSD-src-124e83aa64b26f6b00736a45c3e25dfda8c7060e.zip
FreeBSD-src-124e83aa64b26f6b00736a45c3e25dfda8c7060e.tar.gz
Initial gdbserver support for PowerPC.
Obtained from: Juniper Networks, Semihalf
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 bca1981..2e80cdf 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -1674,7 +1674,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} != "arm" && ${TARGET_ARCH} != "i386"
+.if ${TARGET_ARCH} != "arm" && ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "powerpc"
OLD_FILES+=usr/bin/gdbserver
.endif
OLD_FILES+=usr/bin/ssh-keysign
OpenPOWER on IntegriCloud