summaryrefslogtreecommitdiff
path: root/config/config.guess
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-21 13:42:54 +0000
committerJim Meyering <jim@meyering.net>2003-11-21 13:42:54 +0000
commit6e5ea00388bcebfba34412b26250e52c1241c452 (patch)
tree8fca23fc1c13d6f9090b59f285b0dbe34ae2e63d /config/config.guess
parent27e25347444b7fa984edb71652c59731449164d9 (diff)
downloadcoreutils-6e5ea00388bcebfba34412b26250e52c1241c452.tar.xz
.
Diffstat (limited to 'config/config.guess')
-rw-r--r--config/config.guess8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/config.guess b/config/config.guess
index 193e32820..61f2e4c60 100644
--- a/config/config.guess
+++ b/config/config.guess
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
-timestamp='2003-10-16'
+timestamp='2003-10-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -997,6 +997,9 @@ EOF
i*86:atheos:*:*)
echo ${UNAME_MACHINE}-unknown-atheos
exit 0 ;;
+ i*86:syllable:*:*)
+ echo ${UNAME_MACHINE}-pc-syllable
+ exit 0 ;;
i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
echo i386-unknown-lynxos${UNAME_RELEASE}
exit 0 ;;
@@ -1227,6 +1230,9 @@ EOF
SEI:*:*:SEIUX)
echo mips-sei-seiux${UNAME_RELEASE}
exit 0 ;;
+ *:DRAGONFLY:*:*)
+ echo ${UNAME_MACHINE}-unknown-dragonfly${UNAME_RELEASE}
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2