summaryrefslogtreecommitdiff
path: root/config/config.sub
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-23 18:51:54 +0000
committerJim Meyering <jim@meyering.net>2003-01-23 18:51:54 +0000
commit4d80abb25ae546a87a43a5eca1f7bbfc2155e4fc (patch)
tree15616459c2d6375b93fdf1f64bde5413d2161c1e /config/config.sub
parent2e4d3d565b3e524eef81596a339b0d438d23b020 (diff)
downloadcoreutils-4d80abb25ae546a87a43a5eca1f7bbfc2155e4fc.tar.xz
update from master sources
Diffstat (limited to 'config/config.sub')
-rw-r--r--config/config.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.sub b/config/config.sub
index 04baf3d80..e9fe1586b 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-01-03'
+timestamp='2003-01-22'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -1227,6 +1227,9 @@ case $os in
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
os=-mint
;;
+ -aros*)
+ os=-aros
+ ;;
-none)
;;
*)