summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-02-25 21:29:00 +0000
committerjkim <jkim@FreeBSD.org>2010-02-25 21:29:00 +0000
commit89265a4363aa6c1a99939be91f6a5b200c414f38 (patch)
tree7e218c8ffffcfaa28e02108161db6b514e6b2a07 /ObsoleteFiles.inc
parentc4824258ac63daf2154aa6d6d3270f96dc7d4e1a (diff)
downloadFreeBSD-src-89265a4363aa6c1a99939be91f6a5b200c414f38.zip
FreeBSD-src-89265a4363aa6c1a99939be91f6a5b200c414f38.tar.gz
Initial gdbserver support for amd64.
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 0c37471..9bf446a 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -2275,7 +2275,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" && ${TARGET_ARCH} != "powerpc"
+.if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "arm" && ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "powerpc"
OLD_FILES+=usr/bin/gdbserver
.endif
OLD_FILES+=usr/bin/ssh-keysign
OpenPOWER on IntegriCloud