diff options
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 155 |
1 files changed, 91 insertions, 64 deletions
diff --git a/config.guess b/config.guess index 6d71f752f..c7607c74f 100755 --- a/config.guess +++ b/config.guess | |||
@@ -1,9 +1,10 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
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 Free Software Foundation, Inc. | 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
5 | # Free Software Foundation, Inc. | ||
5 | 6 | ||
6 | timestamp='2005-05-27' | 7 | timestamp='2008-04-14' |
7 | 8 | ||
8 | # 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 |
9 | # 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 |
@@ -55,8 +56,8 @@ version="\ | |||
55 | GNU config.guess ($timestamp) | 56 | GNU config.guess ($timestamp) |
56 | 57 | ||
57 | Originally written by Per Bothner. | 58 | Originally written by Per Bothner. |
58 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 59 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
59 | Free Software Foundation, Inc. | 60 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
60 | 61 | ||
61 | This is free software; see the source for copying conditions. There is NO | 62 | This is free software; see the source for copying conditions. There is NO |
62 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | 63 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
@@ -106,7 +107,7 @@ set_cc_for_build=' | |||
106 | trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; | 107 | trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; |
107 | trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; | 108 | trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; |
108 | : ${TMPDIR=/tmp} ; | 109 | : ${TMPDIR=/tmp} ; |
109 | { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || | 110 | { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || |
110 | { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || | 111 | { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || |
111 | { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || | 112 | { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || |
112 | { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; | 113 | { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; |
@@ -125,7 +126,7 @@ case $CC_FOR_BUILD,$HOST_CC,$CC in | |||
125 | ;; | 126 | ;; |
126 | ,,*) CC_FOR_BUILD=$CC ;; | 127 | ,,*) CC_FOR_BUILD=$CC ;; |
127 | ,*,*) CC_FOR_BUILD=$HOST_CC ;; | 128 | ,*,*) CC_FOR_BUILD=$HOST_CC ;; |
128 | esac ;' | 129 | esac ; set_cc_for_build= ;' |
129 | 130 | ||
130 | # This is needed to find uname on a Pyramid OSx when run in the BSD universe. | 131 | # This is needed to find uname on a Pyramid OSx when run in the BSD universe. |
131 | # (ghazi@noc.rutgers.edu 1994-08-24) | 132 | # (ghazi@noc.rutgers.edu 1994-08-24) |
@@ -160,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in | |||
160 | arm*) machine=arm-unknown ;; | 161 | arm*) machine=arm-unknown ;; |
161 | sh3el) machine=shl-unknown ;; | 162 | sh3el) machine=shl-unknown ;; |
162 | sh3eb) machine=sh-unknown ;; | 163 | sh3eb) machine=sh-unknown ;; |
164 | sh5el) machine=sh5le-unknown ;; | ||
163 | *) machine=${UNAME_MACHINE_ARCH}-unknown ;; | 165 | *) machine=${UNAME_MACHINE_ARCH}-unknown ;; |
164 | esac | 166 | esac |
165 | # The Operating System including object format, if it has switched | 167 | # The Operating System including object format, if it has switched |
@@ -199,50 +201,18 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in | |||
199 | # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. | 201 | # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. |
200 | echo "${machine}-${os}${release}" | 202 | echo "${machine}-${os}${release}" |
201 | exit ;; | 203 | exit ;; |
202 | amd64:OpenBSD:*:*) | ||
203 | echo x86_64-unknown-openbsd${UNAME_RELEASE} | ||
204 | exit ;; | ||
205 | amiga:OpenBSD:*:*) | ||
206 | echo m68k-unknown-openbsd${UNAME_RELEASE} | ||
207 | exit ;; | ||
208 | cats:OpenBSD:*:*) | ||
209 | echo arm-unknown-openbsd${UNAME_RELEASE} | ||
210 | exit ;; | ||
211 | hp300:OpenBSD:*:*) | ||
212 | echo m68k-unknown-openbsd${UNAME_RELEASE} | ||
213 | exit ;; | ||
214 | luna88k:OpenBSD:*:*) | ||
215 | echo m88k-unknown-openbsd${UNAME_RELEASE} | ||
216 | exit ;; | ||
217 | mac68k:OpenBSD:*:*) | ||
218 | echo m68k-unknown-openbsd${UNAME_RELEASE} | ||
219 | exit ;; | ||
220 | macppc:OpenBSD:*:*) | ||
221 | echo powerpc-unknown-openbsd${UNAME_RELEASE} | ||
222 | exit ;; | ||
223 | mvme68k:OpenBSD:*:*) | ||
224 | echo m68k-unknown-openbsd${UNAME_RELEASE} | ||
225 | exit ;; | ||
226 | mvme88k:OpenBSD:*:*) | ||
227 | echo m88k-unknown-openbsd${UNAME_RELEASE} | ||
228 | exit ;; | ||
229 | mvmeppc:OpenBSD:*:*) | ||
230 | echo powerpc-unknown-openbsd${UNAME_RELEASE} | ||
231 | exit ;; | ||
232 | sgi:OpenBSD:*:*) | ||
233 | echo mips64-unknown-openbsd${UNAME_RELEASE} | ||
234 | exit ;; | ||
235 | sun3:OpenBSD:*:*) | ||
236 | echo m68k-unknown-openbsd${UNAME_RELEASE} | ||
237 | exit ;; | ||
238 | *:OpenBSD:*:*) | 204 | *:OpenBSD:*:*) |
239 | echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} | 205 | UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` |
206 | echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} | ||
240 | exit ;; | 207 | exit ;; |
241 | *:ekkoBSD:*:*) | 208 | *:ekkoBSD:*:*) |
242 | echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} | 209 | echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} |
243 | exit ;; | 210 | exit ;; |
211 | *:SolidBSD:*:*) | ||
212 | echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} | ||
213 | exit ;; | ||
244 | macppc:MirBSD:*:*) | 214 | macppc:MirBSD:*:*) |
245 | echo powerppc-unknown-mirbsd${UNAME_RELEASE} | 215 | echo powerpc-unknown-mirbsd${UNAME_RELEASE} |
246 | exit ;; | 216 | exit ;; |
247 | *:MirBSD:*:*) | 217 | *:MirBSD:*:*) |
248 | echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} | 218 | echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} |
@@ -360,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in | |||
360 | sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) | 330 | sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) |
361 | echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | 331 | echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
362 | exit ;; | 332 | exit ;; |
363 | i86pc:SunOS:5.*:*) | 333 | i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) |
364 | echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | 334 | echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
365 | exit ;; | 335 | exit ;; |
366 | sun4*:SunOS:6*:*) | 336 | sun4*:SunOS:6*:*) |
@@ -562,7 +532,7 @@ EOF | |||
562 | echo rs6000-ibm-aix3.2 | 532 | echo rs6000-ibm-aix3.2 |
563 | fi | 533 | fi |
564 | exit ;; | 534 | exit ;; |
565 | *:AIX:*:[45]) | 535 | *:AIX:*:[456]) |
566 | IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` | 536 | IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` |
567 | if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then | 537 | if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then |
568 | IBM_ARCH=rs6000 | 538 | IBM_ARCH=rs6000 |
@@ -658,8 +628,7 @@ EOF | |||
658 | esac | 628 | esac |
659 | if [ ${HP_ARCH} = "hppa2.0w" ] | 629 | if [ ${HP_ARCH} = "hppa2.0w" ] |
660 | then | 630 | then |
661 | # avoid double evaluation of $set_cc_for_build | 631 | eval $set_cc_for_build |
662 | test -n "$CC_FOR_BUILD" || eval $set_cc_for_build | ||
663 | 632 | ||
664 | # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating | 633 | # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating |
665 | # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler | 634 | # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler |
@@ -800,12 +769,19 @@ EOF | |||
800 | echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} | 769 | echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} |
801 | exit ;; | 770 | exit ;; |
802 | *:FreeBSD:*:*) | 771 | *:FreeBSD:*:*) |
803 | echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` | 772 | case ${UNAME_MACHINE} in |
773 | pc98) | ||
774 | echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | ||
775 | amd64) | ||
776 | echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | ||
777 | *) | ||
778 | echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | ||
779 | esac | ||
804 | exit ;; | 780 | exit ;; |
805 | i*:CYGWIN*:*) | 781 | i*:CYGWIN*:*) |
806 | echo ${UNAME_MACHINE}-pc-cygwin | 782 | echo ${UNAME_MACHINE}-pc-cygwin |
807 | exit ;; | 783 | exit ;; |
808 | i*:MINGW*:*) | 784 | *:MINGW*:*) |
809 | echo ${UNAME_MACHINE}-pc-mingw32 | 785 | echo ${UNAME_MACHINE}-pc-mingw32 |
810 | exit ;; | 786 | exit ;; |
811 | i*:windows32*:*) | 787 | i*:windows32*:*) |
@@ -815,9 +791,18 @@ EOF | |||
815 | i*:PW*:*) | 791 | i*:PW*:*) |
816 | echo ${UNAME_MACHINE}-pc-pw32 | 792 | echo ${UNAME_MACHINE}-pc-pw32 |
817 | exit ;; | 793 | exit ;; |
818 | x86:Interix*:[34]*) | 794 | *:Interix*:[3456]*) |
819 | echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' | 795 | case ${UNAME_MACHINE} in |
820 | exit ;; | 796 | x86) |
797 | echo i586-pc-interix${UNAME_RELEASE} | ||
798 | exit ;; | ||
799 | EM64T | authenticamd) | ||
800 | echo x86_64-unknown-interix${UNAME_RELEASE} | ||
801 | exit ;; | ||
802 | IA64) | ||
803 | echo ia64-unknown-interix${UNAME_RELEASE} | ||
804 | exit ;; | ||
805 | esac ;; | ||
821 | [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) | 806 | [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) |
822 | echo i${UNAME_MACHINE}-pc-mks | 807 | echo i${UNAME_MACHINE}-pc-mks |
823 | exit ;; | 808 | exit ;; |
@@ -830,7 +815,7 @@ EOF | |||
830 | i*:UWIN*:*) | 815 | i*:UWIN*:*) |
831 | echo ${UNAME_MACHINE}-pc-uwin | 816 | echo ${UNAME_MACHINE}-pc-uwin |
832 | exit ;; | 817 | exit ;; |
833 | amd64:CYGWIN*:*:*) | 818 | amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) |
834 | echo x86_64-unknown-cygwin | 819 | echo x86_64-unknown-cygwin |
835 | exit ;; | 820 | exit ;; |
836 | p*:CYGWIN*:*) | 821 | p*:CYGWIN*:*) |
@@ -851,6 +836,16 @@ EOF | |||
851 | echo ${UNAME_MACHINE}-pc-minix | 836 | echo ${UNAME_MACHINE}-pc-minix |
852 | exit ;; | 837 | exit ;; |
853 | arm*:Linux:*:*) | 838 | arm*:Linux:*:*) |
839 | eval $set_cc_for_build | ||
840 | if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | ||
841 | | grep -q __ARM_EABI__ | ||
842 | then | ||
843 | echo ${UNAME_MACHINE}-unknown-linux-gnu | ||
844 | else | ||
845 | echo ${UNAME_MACHINE}-unknown-linux-gnueabi | ||
846 | fi | ||
847 | exit ;; | ||
848 | avr32*:Linux:*:*) | ||
854 | echo ${UNAME_MACHINE}-unknown-linux-gnu | 849 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
855 | exit ;; | 850 | exit ;; |
856 | cris:Linux:*:*) | 851 | cris:Linux:*:*) |
@@ -887,7 +882,11 @@ EOF | |||
887 | #endif | 882 | #endif |
888 | #endif | 883 | #endif |
889 | EOF | 884 | EOF |
890 | eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` | 885 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' |
886 | /^CPU/{ | ||
887 | s: ::g | ||
888 | p | ||
889 | }'`" | ||
891 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } | 890 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } |
892 | ;; | 891 | ;; |
893 | mips64:Linux:*:*) | 892 | mips64:Linux:*:*) |
@@ -906,9 +905,16 @@ EOF | |||
906 | #endif | 905 | #endif |
907 | #endif | 906 | #endif |
908 | EOF | 907 | EOF |
909 | eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` | 908 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' |
909 | /^CPU/{ | ||
910 | s: ::g | ||
911 | p | ||
912 | }'`" | ||
910 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } | 913 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } |
911 | ;; | 914 | ;; |
915 | or32:Linux:*:*) | ||
916 | echo or32-unknown-linux-gnu | ||
917 | exit ;; | ||
912 | ppc:Linux:*:*) | 918 | ppc:Linux:*:*) |
913 | echo powerpc-unknown-linux-gnu | 919 | echo powerpc-unknown-linux-gnu |
914 | exit ;; | 920 | exit ;; |
@@ -952,9 +958,15 @@ EOF | |||
952 | sparc:Linux:*:* | sparc64:Linux:*:*) | 958 | sparc:Linux:*:* | sparc64:Linux:*:*) |
953 | echo ${UNAME_MACHINE}-unknown-linux-gnu | 959 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
954 | exit ;; | 960 | exit ;; |
961 | vax:Linux:*:*) | ||
962 | echo ${UNAME_MACHINE}-dec-linux-gnu | ||
963 | exit ;; | ||
955 | x86_64:Linux:*:*) | 964 | x86_64:Linux:*:*) |
956 | echo x86_64-unknown-linux-gnu | 965 | echo x86_64-unknown-linux-gnu |
957 | exit ;; | 966 | exit ;; |
967 | xtensa*:Linux:*:*) | ||
968 | echo ${UNAME_MACHINE}-unknown-linux-gnu | ||
969 | exit ;; | ||
958 | i*86:Linux:*:*) | 970 | i*86:Linux:*:*) |
959 | # The BFD linker knows what the default object file format is, so | 971 | # The BFD linker knows what the default object file format is, so |
960 | # first see if it will tell us. cd to the root directory to prevent | 972 | # first see if it will tell us. cd to the root directory to prevent |
@@ -973,9 +985,6 @@ EOF | |||
973 | a.out-i386-linux) | 985 | a.out-i386-linux) |
974 | echo "${UNAME_MACHINE}-pc-linux-gnuaout" | 986 | echo "${UNAME_MACHINE}-pc-linux-gnuaout" |
975 | exit ;; | 987 | exit ;; |
976 | coff-i386) | ||
977 | echo "${UNAME_MACHINE}-pc-linux-gnucoff" | ||
978 | exit ;; | ||
979 | "") | 988 | "") |
980 | # Either a pre-BFD a.out linker (linux-gnuoldld) or | 989 | # Either a pre-BFD a.out linker (linux-gnuoldld) or |
981 | # one that does not give us useful --help. | 990 | # one that does not give us useful --help. |
@@ -997,7 +1006,7 @@ EOF | |||
997 | LIBC=gnulibc1 | 1006 | LIBC=gnulibc1 |
998 | # endif | 1007 | # endif |
999 | #else | 1008 | #else |
1000 | #ifdef __INTEL_COMPILER | 1009 | #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) |
1001 | LIBC=gnu | 1010 | LIBC=gnu |
1002 | #else | 1011 | #else |
1003 | LIBC=gnuaout | 1012 | LIBC=gnuaout |
@@ -1007,7 +1016,11 @@ EOF | |||
1007 | LIBC=dietlibc | 1016 | LIBC=dietlibc |
1008 | #endif | 1017 | #endif |
1009 | EOF | 1018 | EOF |
1010 | eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` | 1019 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' |
1020 | /^LIBC/{ | ||
1021 | s: ::g | ||
1022 | p | ||
1023 | }'`" | ||
1011 | test x"${LIBC}" != x && { | 1024 | test x"${LIBC}" != x && { |
1012 | echo "${UNAME_MACHINE}-pc-linux-${LIBC}" | 1025 | echo "${UNAME_MACHINE}-pc-linux-${LIBC}" |
1013 | exit | 1026 | exit |
@@ -1200,6 +1213,9 @@ EOF | |||
1200 | BePC:BeOS:*:*) # BeOS running on Intel PC compatible. | 1213 | BePC:BeOS:*:*) # BeOS running on Intel PC compatible. |
1201 | echo i586-pc-beos | 1214 | echo i586-pc-beos |
1202 | exit ;; | 1215 | exit ;; |
1216 | BePC:Haiku:*:*) # Haiku running on Intel PC compatible. | ||
1217 | echo i586-pc-haiku | ||
1218 | exit ;; | ||
1203 | SX-4:SUPER-UX:*:*) | 1219 | SX-4:SUPER-UX:*:*) |
1204 | echo sx4-nec-superux${UNAME_RELEASE} | 1220 | echo sx4-nec-superux${UNAME_RELEASE} |
1205 | exit ;; | 1221 | exit ;; |
@@ -1209,6 +1225,15 @@ EOF | |||
1209 | SX-6:SUPER-UX:*:*) | 1225 | SX-6:SUPER-UX:*:*) |
1210 | echo sx6-nec-superux${UNAME_RELEASE} | 1226 | echo sx6-nec-superux${UNAME_RELEASE} |
1211 | exit ;; | 1227 | exit ;; |
1228 | SX-7:SUPER-UX:*:*) | ||
1229 | echo sx7-nec-superux${UNAME_RELEASE} | ||
1230 | exit ;; | ||
1231 | SX-8:SUPER-UX:*:*) | ||
1232 | echo sx8-nec-superux${UNAME_RELEASE} | ||
1233 | exit ;; | ||
1234 | SX-8R:SUPER-UX:*:*) | ||
1235 | echo sx8r-nec-superux${UNAME_RELEASE} | ||
1236 | exit ;; | ||
1212 | Power*:Rhapsody:*:*) | 1237 | Power*:Rhapsody:*:*) |
1213 | echo powerpc-apple-rhapsody${UNAME_RELEASE} | 1238 | echo powerpc-apple-rhapsody${UNAME_RELEASE} |
1214 | exit ;; | 1239 | exit ;; |
@@ -1218,7 +1243,6 @@ EOF | |||
1218 | *:Darwin:*:*) | 1243 | *:Darwin:*:*) |
1219 | UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown | 1244 | UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown |
1220 | case $UNAME_PROCESSOR in | 1245 | case $UNAME_PROCESSOR in |
1221 | *86) UNAME_PROCESSOR=i686 ;; | ||
1222 | unknown) UNAME_PROCESSOR=powerpc ;; | 1246 | unknown) UNAME_PROCESSOR=powerpc ;; |
1223 | esac | 1247 | esac |
1224 | echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} | 1248 | echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} |
@@ -1297,6 +1321,9 @@ EOF | |||
1297 | i*86:skyos:*:*) | 1321 | i*86:skyos:*:*) |
1298 | echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' | 1322 | echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' |
1299 | exit ;; | 1323 | exit ;; |
1324 | i*86:rdos:*:*) | ||
1325 | echo ${UNAME_MACHINE}-pc-rdos | ||
1326 | exit ;; | ||
1300 | esac | 1327 | esac |
1301 | 1328 | ||
1302 | #echo '(No uname command or uname output not recognized.)' 1>&2 | 1329 | #echo '(No uname command or uname output not recognized.)' 1>&2 |
@@ -1457,9 +1484,9 @@ This script, last modified $timestamp, has failed to recognize | |||
1457 | the operating system you are using. It is advised that you | 1484 | the operating system you are using. It is advised that you |
1458 | download the most up to date version of the config scripts from | 1485 | download the most up to date version of the config scripts from |
1459 | 1486 | ||
1460 | http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess | 1487 | http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD |
1461 | and | 1488 | and |
1462 | http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub | 1489 | http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD |
1463 | 1490 | ||
1464 | If the version you run ($0) is already up to date, please | 1491 | If the version you run ($0) is already up to date, please |
1465 | send the following data and any information you think might be | 1492 | send the following data and any information you think might be |