aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorLaurent Guerby <guerby@acm.org>2001-12-03 22:54:05 +0000
committerLaurent Guerby <guerby@gcc.gnu.org>2001-12-03 22:54:05 +0000
commit251931f3ad609ff984a367e8225f3a26233a47ed (patch)
tree27a8dec0fea8a7325e5e52e4e6801f0a62a4da7c /config.sub
parentbdf4130847426f054769f0fa911ee0aa197b28e3 (diff)
downloadgcc-251931f3ad609ff984a367e8225f3a26233a47ed.zip
gcc-251931f3ad609ff984a367e8225f3a26233a47ed.tar.gz
gcc-251931f3ad609ff984a367e8225f3a26233a47ed.tar.bz2
config.sub: Update to version 1.232 on subversion.
2001-12-03 Laurent Guerby <guerby@acm.org> * config.sub: Update to version 1.232 on subversion. From-SVN: r47567
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 2479469..1888975 100755
--- a/config.sub
+++ b/config.sub
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
-timestamp='2001-11-08'
+timestamp='2001-11-21'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -1126,6 +1126,9 @@ case $os in
-acis*)
os=-aos
;;
+ -atheos*)
+ os=-atheos
+ ;;
-386bsd)
os=-bsd
;;