summaryrefslogtreecommitdiff
path: root/usr.sbin/bind
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2005-02-04 09:31:31 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2005-02-04 09:31:31 +0000
commit8a2ea788a80e2025c913ab73dd0c185ec3632c22 (patch)
treeb10641cc2d4cd5fa8af2744b1f9cd9ae561939a6 /usr.sbin/bind
parentae2ff0569d4d1333b9ce84093d184391379216b7 (diff)
unfuck amd64
Diffstat (limited to 'usr.sbin/bind')
-rw-r--r--usr.sbin/bind/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/bind/config.guess b/usr.sbin/bind/config.guess
index 195d411b91b..3d8a863a4c5 100644
--- a/usr.sbin/bind/config.guess
+++ b/usr.sbin/bind/config.guess
@@ -197,6 +197,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
echo "${machine}-${os}${release}"
exit 0 ;;
+ amd64:OpenBSD:*:*)
+ echo x86_64-unknown-openbsd${UNAME_RELEASE}
+ exit 0 ;;
*:OpenBSD:*:*)
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}