summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/config.guess5
-rwxr-xr-xbuild/config.sub2
2 files changed, 5 insertions, 2 deletions
diff --git a/build/config.guess b/build/config.guess
index 6cfac28c8..aa71b6857 100755
--- a/build/config.guess
+++ b/build/config.guess
@@ -1,7 +1,7 @@
#! /bin/sh
# Attempt to guess a canonical system name.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-# 2000, 2001, 2002 Free Software Foundation, Inc.
+# 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
timestamp='2002-03-20'
@@ -1138,6 +1138,9 @@ EOF
*:ITS:*:*)
echo pdp10-unknown-its
exit 0 ;;
+ *:DragonFly:*:*)
+ echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+ exit 0 ;;
i*86:XTS-300:*:STOP)
echo ${UNAME_MACHINE}-unknown-stop
exit 0 ;;
diff --git a/build/config.sub b/build/config.sub
index c8e1f51bd..36a640128 100755
--- a/build/config.sub
+++ b/build/config.sub
@@ -1136,7 +1136,7 @@ case $os in
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
- | -morphos* | -superux* | -rtmk* | -rtmk-nova*)
+ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -dragonfly*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)