2001-08-23 Ben Elliston <bje@redhat.com>

* config.guess: Detect AtheOS on x86 systems.
	Based on info provided by Taco Witte <tcwitte@wish.net>.
This commit is contained in:
Ben Elliston 2001-08-23 05:34:02 +00:00
parent 1c396b221f
commit ad52092d1f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-23 Ben Elliston <bje@redhat.com>
* config.guess: Detect AtheOS on x86 systems.
Based on info provided by Taco Witte <tcwitte@wish.net>.
2001-08-23 Geoffrey Keating <geoffk@redhat.com> 2001-08-23 Geoffrey Keating <geoffk@redhat.com>
* config.sub: Add stormy16-elf. * config.sub: Add stormy16-elf.

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
timestamp='2001-08-21' timestamp='2001-08-23'
# This file is free software; you can redistribute it and/or modify it # 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 # under the terms of the GNU General Public License as published by
@ -1114,6 +1114,9 @@ EOF
i*86:XTS-300:*:STOP) i*86:XTS-300:*:STOP)
echo ${UNAME_MACHINE}-unknown-stop echo ${UNAME_MACHINE}-unknown-stop
exit 0 ;; exit 0 ;;
i*86:atheos:*:*)
echo ${UNAME_MACHINE}-unknown-atheos
exit 0 ;;
esac esac
#echo '(No uname command or uname output not recognized.)' 1>&2 #echo '(No uname command or uname output not recognized.)' 1>&2