2002-01-02 Ben Elliston <bje@redhat.com>

From Sigbjorn Skjaeret <cisc@c2i.net>.
	* config.guess: Add detection for MorphOS.
	* config.sub: Handle morphos*.
This commit is contained in:
Ben Elliston
2002-01-02 04:00:36 +00:00
parent 5936c1ae86
commit 9200d34b0d
3 changed files with 17 additions and 4 deletions

3
config.guess vendored
View File

@ -289,6 +289,9 @@ EOF
*:[Aa]miga[Oo][Ss]:*:*)
echo ${UNAME_MACHINE}-unknown-amigaos
exit 0 ;;
*:[Mm]orph[Oo][Ss]:*:*)
echo ${UNAME_MACHINE}-unknown-morphos
exit 0 ;;
*:OS/390:*:*)
echo i370-ibm-openedition
exit 0 ;;