X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=autoconf%2Fconfig.guess;h=1c1090c72ee165ce787f75f004076cea3cda3390;hb=bcf970403e0a455f0dd2eeab49324acd9f2d9948;hp=83e7b840b88cc68ca24195225a24e0cba739bfbd;hpb=6617af27549271eccd05cab1df478e0484ae8907;p=cln.git diff --git a/autoconf/config.guess b/autoconf/config.guess index 83e7b84..1c1090c 100755 --- a/autoconf/config.guess +++ b/autoconf/config.guess @@ -1,9 +1,9 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002 Free Software Foundation, Inc. -timestamp='2001-12-13' +timestamp='2002-01-02' # 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 @@ -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 ;; @@ -770,6 +773,9 @@ EOF mips:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=mipsel #else