From 251931f3ad609ff984a367e8225f3a26233a47ed Mon Sep 17 00:00:00 2001 From: Laurent Guerby Date: Mon, 3 Dec 2001 22:54:05 +0000 Subject: [PATCH] config.sub: Update to version 1.232 on subversion. 2001-12-03 Laurent Guerby * config.sub: Update to version 1.232 on subversion. From-SVN: r47567 --- ChangeLog | 4 ++++ config.sub | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 26b76438ddf..ee6712068e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-03 Laurent Guerby + + * config.sub: Update to version 1.232 on subversion. + 2001-12-03 Ben Elliston * MAINTAINERS: Update mail address for config.* patches. diff --git a/config.sub b/config.sub index 24794696d38..18889752920 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 ;;