mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-05 04:38:20 +12:00
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:
3
config.guess
vendored
3
config.guess
vendored
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user