summaryrefslogtreecommitdiff
path: root/config/config.sub
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.sub
parent27e25347444b7fa984edb71652c59731449164d9 (diff)
downloadcoreutils-6e5ea00388bcebfba34412b26250e52c1241c452.tar.xz
.
Diffstat (limited to 'config/config.sub')
-rw-r--r--config/config.sub7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.sub b/config/config.sub
index e1e455b77..fac519512 100644
--- a/config/config.sub
+++ b/config/config.sub
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
-timestamp='2003-11-03'
+timestamp='2003-11-20'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -1152,7 +1152,7 @@ case $os in
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
- | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
+ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)
@@ -1215,6 +1215,9 @@ case $os in
-atheos*)
os=-atheos
;;
+ -syllable*)
+ os=-syllable
+ ;;
-386bsd)
os=-bsd
;;