Mercurial > hg > octave-jordi
comparison config.guess @ 7014:4389f6bc1ae0
[project @ 2007-10-11 22:36:07 by jwe]
author | jwe |
---|---|
date | Thu, 11 Oct 2007 22:36:07 +0000 |
parents | ed0ea8badbff |
children | be07fdf798cf |
comparison
equal
deleted
inserted
replaced
7013:f943e9635115 | 7014:4389f6bc1ae0 |
---|---|
2 # Attempt to guess a canonical system name. | 2 # Attempt to guess a canonical system name. |
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, | 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, |
5 # Inc. | 5 # Inc. |
6 | 6 |
7 timestamp='2007-03-06' | 7 timestamp='2007-07-22' |
8 | 8 |
9 # This file is free software; you can redistribute it and/or modify it | 9 # This file is free software; you can redistribute it and/or modify it |
10 # under the terms of the GNU General Public License as published by | 10 # under the terms of the GNU General Public License as published by |
11 # the Free Software Foundation; either version 2 of the License, or | 11 # the Free Software Foundation; either version 2 of the License, or |
12 # (at your option) any later version. | 12 # (at your option) any later version. |
328 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | 328 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
329 exit ;; | 329 exit ;; |
330 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) | 330 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) |
331 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | 331 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
332 exit ;; | 332 exit ;; |
333 i86pc:SunOS:5.*:*) | 333 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) |
334 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | 334 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
335 exit ;; | 335 exit ;; |
336 sun4*:SunOS:6*:*) | 336 sun4*:SunOS:6*:*) |
337 # According to config.sub, this is the proper way to canonicalize | 337 # According to config.sub, this is the proper way to canonicalize |
338 # SunOS6. Hard to guess exactly what SunOS6 will be like, but | 338 # SunOS6. Hard to guess exactly what SunOS6 will be like, but |
791 i*:PW*:*) | 791 i*:PW*:*) |
792 echo ${UNAME_MACHINE}-pc-pw32 | 792 echo ${UNAME_MACHINE}-pc-pw32 |
793 exit ;; | 793 exit ;; |
794 *:Interix*:[3456]*) | 794 *:Interix*:[3456]*) |
795 case ${UNAME_MACHINE} in | 795 case ${UNAME_MACHINE} in |
796 x86) | 796 x86) |
797 echo i586-pc-interix${UNAME_RELEASE} | 797 echo i586-pc-interix${UNAME_RELEASE} |
798 exit ;; | 798 exit ;; |
799 EM64T | authenticamd) | 799 EM64T | authenticamd) |
800 echo x86_64-unknown-interix${UNAME_RELEASE} | 800 echo x86_64-unknown-interix${UNAME_RELEASE} |
801 exit ;; | 801 exit ;; |