Deleted Added
full compact
config.guess (135446) config.guess (143731)
1#! /bin/sh
2# Attempt to guess a canonical system name.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
1#! /bin/sh
2# Attempt to guess a canonical system name.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5
5
6timestamp='2004-01-24'
6timestamp='2004-09-07'
7
8# 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# the Free Software Foundation; either version 2 of the License, or
11# (at your option) any later version.
12#
13# This program is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of

--- 33 unchanged lines hidden (view full) ---

48 -v, --version print version number, then exit
49
50Report bugs and patches to <config-patches@gnu.org>."
51
52version="\
53GNU config.guess ($timestamp)
54
55Originally written by Per Bothner.
7
8# 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# the Free Software Foundation; either version 2 of the License, or
11# (at your option) any later version.
12#
13# This program is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of

--- 33 unchanged lines hidden (view full) ---

48 -v, --version print version number, then exit
49
50Report bugs and patches to <config-patches@gnu.org>."
51
52version="\
53GNU config.guess ($timestamp)
54
55Originally written by Per Bothner.
56Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
56Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
57Free Software Foundation, Inc.
58
59This is free software; see the source for copying conditions. There is NO
60warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
61
62help="
63Try \`$me --help' for more information."
64

--- 127 unchanged lines hidden (view full) ---

192 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
193 ;;
194 esac
195 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
196 # contains redundant information, the shorter form:
197 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
198 echo "${machine}-${os}${release}"
199 exit 0 ;;
57Free Software Foundation, Inc.
58
59This is free software; see the source for copying conditions. There is NO
60warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
61
62help="
63Try \`$me --help' for more information."
64

--- 127 unchanged lines hidden (view full) ---

192 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
193 ;;
194 esac
195 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
196 # contains redundant information, the shorter form:
197 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
198 echo "${machine}-${os}${release}"
199 exit 0 ;;
200 amd64:OpenBSD:*:*)
201 echo x86_64-unknown-openbsd${UNAME_RELEASE}
202 exit 0 ;;
200 amiga:OpenBSD:*:*)
201 echo m68k-unknown-openbsd${UNAME_RELEASE}
202 exit 0 ;;
203 amiga:OpenBSD:*:*)
204 echo m68k-unknown-openbsd${UNAME_RELEASE}
205 exit 0 ;;
203 arc:OpenBSD:*:*)
204 echo mipsel-unknown-openbsd${UNAME_RELEASE}
206 cats:OpenBSD:*:*)
207 echo arm-unknown-openbsd${UNAME_RELEASE}
205 exit 0 ;;
206 hp300:OpenBSD:*:*)
207 echo m68k-unknown-openbsd${UNAME_RELEASE}
208 exit 0 ;;
208 exit 0 ;;
209 hp300:OpenBSD:*:*)
210 echo m68k-unknown-openbsd${UNAME_RELEASE}
211 exit 0 ;;
212 luna88k:OpenBSD:*:*)
213 echo m88k-unknown-openbsd${UNAME_RELEASE}
214 exit 0 ;;
209 mac68k:OpenBSD:*:*)
210 echo m68k-unknown-openbsd${UNAME_RELEASE}
211 exit 0 ;;
212 macppc:OpenBSD:*:*)
213 echo powerpc-unknown-openbsd${UNAME_RELEASE}
214 exit 0 ;;
215 mvme68k:OpenBSD:*:*)
216 echo m68k-unknown-openbsd${UNAME_RELEASE}
217 exit 0 ;;
218 mvme88k:OpenBSD:*:*)
219 echo m88k-unknown-openbsd${UNAME_RELEASE}
220 exit 0 ;;
221 mvmeppc:OpenBSD:*:*)
222 echo powerpc-unknown-openbsd${UNAME_RELEASE}
223 exit 0 ;;
215 mac68k:OpenBSD:*:*)
216 echo m68k-unknown-openbsd${UNAME_RELEASE}
217 exit 0 ;;
218 macppc:OpenBSD:*:*)
219 echo powerpc-unknown-openbsd${UNAME_RELEASE}
220 exit 0 ;;
221 mvme68k:OpenBSD:*:*)
222 echo m68k-unknown-openbsd${UNAME_RELEASE}
223 exit 0 ;;
224 mvme88k:OpenBSD:*:*)
225 echo m88k-unknown-openbsd${UNAME_RELEASE}
226 exit 0 ;;
227 mvmeppc:OpenBSD:*:*)
228 echo powerpc-unknown-openbsd${UNAME_RELEASE}
229 exit 0 ;;
224 pegasos:OpenBSD:*:*)
225 echo powerpc-unknown-openbsd${UNAME_RELEASE}
226 exit 0 ;;
227 pmax:OpenBSD:*:*)
228 echo mipsel-unknown-openbsd${UNAME_RELEASE}
229 exit 0 ;;
230 sgi:OpenBSD:*:*)
230 sgi:OpenBSD:*:*)
231 echo mipseb-unknown-openbsd${UNAME_RELEASE}
231 echo mips64-unknown-openbsd${UNAME_RELEASE}
232 exit 0 ;;
233 sun3:OpenBSD:*:*)
234 echo m68k-unknown-openbsd${UNAME_RELEASE}
235 exit 0 ;;
232 exit 0 ;;
233 sun3:OpenBSD:*:*)
234 echo m68k-unknown-openbsd${UNAME_RELEASE}
235 exit 0 ;;
236 wgrisc:OpenBSD:*:*)
237 echo mipsel-unknown-openbsd${UNAME_RELEASE}
238 exit 0 ;;
239 *:OpenBSD:*:*)
240 echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
241 exit 0 ;;
236 *:OpenBSD:*:*)
237 echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
238 exit 0 ;;
239 *:ekkoBSD:*:*)
240 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
241 exit 0 ;;
242 macppc:MirBSD:*:*)
243 echo powerppc-unknown-mirbsd${UNAME_RELEASE}
244 exit 0 ;;
245 *:MirBSD:*:*)
246 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
247 exit 0 ;;
242 alpha:OSF1:*:*)
248 alpha:OSF1:*:*)
243 if test $UNAME_RELEASE = "V4.0"; then
249 case $UNAME_RELEASE in
250 *4.0)
244 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
251 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
245 fi
252 ;;
253 *5.*)
254 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
255 ;;
256 esac
246 # According to Compaq, /usr/sbin/psrinfo has been available on
247 # OSF/1 and Tru64 systems produced since 1995. I hope that
248 # covers most systems running today. This code pipes the CPU
249 # types through head -n 1, so we only detect the type of CPU 0.
250 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
251 case "$ALPHA_CPU_TYPE" in
252 "EV4 (21064)")
253 UNAME_MACHINE="alpha" ;;

--- 21 unchanged lines hidden (view full) ---

275 UNAME_MACHINE="alphaev68" ;;
276 "EV6.9A (21264/EV69A)")
277 UNAME_MACHINE="alphaev69" ;;
278 "EV7 (21364)")
279 UNAME_MACHINE="alphaev7" ;;
280 "EV7.9 (21364A)")
281 UNAME_MACHINE="alphaev79" ;;
282 esac
257 # According to Compaq, /usr/sbin/psrinfo has been available on
258 # OSF/1 and Tru64 systems produced since 1995. I hope that
259 # covers most systems running today. This code pipes the CPU
260 # types through head -n 1, so we only detect the type of CPU 0.
261 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
262 case "$ALPHA_CPU_TYPE" in
263 "EV4 (21064)")
264 UNAME_MACHINE="alpha" ;;

--- 21 unchanged lines hidden (view full) ---

286 UNAME_MACHINE="alphaev68" ;;
287 "EV6.9A (21264/EV69A)")
288 UNAME_MACHINE="alphaev69" ;;
289 "EV7 (21364)")
290 UNAME_MACHINE="alphaev7" ;;
291 "EV7.9 (21364A)")
292 UNAME_MACHINE="alphaev79" ;;
293 esac
294 # A Pn.n version is a patched version.
283 # A Vn.n version is a released version.
284 # A Tn.n version is a released field test version.
285 # A Xn.n version is an unreleased experimental baselevel.
286 # 1.2 uses "1.2" for uname -r.
295 # A Vn.n version is a released version.
296 # A Tn.n version is a released field test version.
297 # A Xn.n version is an unreleased experimental baselevel.
298 # 1.2 uses "1.2" for uname -r.
287 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
299 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
288 exit 0 ;;
300 exit 0 ;;
289 Alpha*:OpenVMS:*:*)
290 echo alpha-hp-vms
291 exit 0 ;;
292 Alpha\ *:Windows_NT*:*)
293 # How do we know it's Interix rather than the generic POSIX subsystem?
294 # Should we change UNAME_MACHINE based on the output of uname instead
295 # of the specific Alpha model?
296 echo alpha-pc-interix
297 exit 0 ;;
298 21064:Windows_NT:50:3)
299 echo alpha-dec-winnt3.5

--- 438 unchanged lines hidden (view full) ---

738 exit 0 ;;
739 CRAY*T3E:*:*:*)
740 echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
741 exit 0 ;;
742 CRAY*SV1:*:*:*)
743 echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
744 exit 0 ;;
745 *:UNICOS/mp:*:*)
301 Alpha\ *:Windows_NT*:*)
302 # How do we know it's Interix rather than the generic POSIX subsystem?
303 # Should we change UNAME_MACHINE based on the output of uname instead
304 # of the specific Alpha model?
305 echo alpha-pc-interix
306 exit 0 ;;
307 21064:Windows_NT:50:3)
308 echo alpha-dec-winnt3.5

--- 438 unchanged lines hidden (view full) ---

747 exit 0 ;;
748 CRAY*T3E:*:*:*)
749 echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
750 exit 0 ;;
751 CRAY*SV1:*:*:*)
752 echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
753 exit 0 ;;
754 *:UNICOS/mp:*:*)
746 echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
755 echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
747 exit 0 ;;
748 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
749 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
750 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
751 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
752 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
753 exit 0 ;;
754 5000:UNIX_System_V:4.*:*)

--- 6 unchanged lines hidden (view full) ---

761 exit 0 ;;
762 sparc*:BSD/OS:*:*)
763 echo sparc-unknown-bsdi${UNAME_RELEASE}
764 exit 0 ;;
765 *:BSD/OS:*:*)
766 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
767 exit 0 ;;
768 *:FreeBSD:*:*)
756 exit 0 ;;
757 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
758 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
759 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
760 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
761 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
762 exit 0 ;;
763 5000:UNIX_System_V:4.*:*)

--- 6 unchanged lines hidden (view full) ---

770 exit 0 ;;
771 sparc*:BSD/OS:*:*)
772 echo sparc-unknown-bsdi${UNAME_RELEASE}
773 exit 0 ;;
774 *:BSD/OS:*:*)
775 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
776 exit 0 ;;
777 *:FreeBSD:*:*)
769 # Determine whether the default compiler uses glibc.
770 eval $set_cc_for_build
771 sed 's/^ //' << EOF >$dummy.c
772 #include <features.h>
773 #if __GLIBC__ >= 2
774 LIBC=gnu
775 #else
776 LIBC=
777 #endif
778EOF
779 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
780 # GNU/KFreeBSD systems have a "k" prefix to indicate we are using
781 # FreeBSD's kernel, but not the complete OS.
782 case ${LIBC} in gnu) kernel_only='k' ;; esac
783 echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
778 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
784 exit 0 ;;
785 i*:CYGWIN*:*)
786 echo ${UNAME_MACHINE}-pc-cygwin
787 exit 0 ;;
788 i*:MINGW*:*)
789 echo ${UNAME_MACHINE}-pc-mingw32
790 exit 0 ;;
791 i*:PW*:*)

--- 32 unchanged lines hidden (view full) ---

824 echo ${UNAME_MACHINE}-pc-minix
825 exit 0 ;;
826 arm*:Linux:*:*)
827 echo ${UNAME_MACHINE}-unknown-linux-gnu
828 exit 0 ;;
829 cris:Linux:*:*)
830 echo cris-axis-linux-gnu
831 exit 0 ;;
779 exit 0 ;;
780 i*:CYGWIN*:*)
781 echo ${UNAME_MACHINE}-pc-cygwin
782 exit 0 ;;
783 i*:MINGW*:*)
784 echo ${UNAME_MACHINE}-pc-mingw32
785 exit 0 ;;
786 i*:PW*:*)

--- 32 unchanged lines hidden (view full) ---

819 echo ${UNAME_MACHINE}-pc-minix
820 exit 0 ;;
821 arm*:Linux:*:*)
822 echo ${UNAME_MACHINE}-unknown-linux-gnu
823 exit 0 ;;
824 cris:Linux:*:*)
825 echo cris-axis-linux-gnu
826 exit 0 ;;
827 crisv32:Linux:*:*)
828 echo crisv32-axis-linux-gnu
829 exit 0 ;;
830 frv:Linux:*:*)
831 echo frv-unknown-linux-gnu
832 exit 0 ;;
832 ia64:Linux:*:*)
833 echo ${UNAME_MACHINE}-unknown-linux-gnu
834 exit 0 ;;
833 ia64:Linux:*:*)
834 echo ${UNAME_MACHINE}-unknown-linux-gnu
835 exit 0 ;;
836 m32r*:Linux:*:*)
837 echo ${UNAME_MACHINE}-unknown-linux-gnu
838 exit 0 ;;
835 m68*:Linux:*:*)
836 echo ${UNAME_MACHINE}-unknown-linux-gnu
837 exit 0 ;;
838 mips:Linux:*:*)
839 eval $set_cc_for_build
840 sed 's/^ //' << EOF >$dummy.c
841 #undef CPU
842 #undef mips

--- 224 unchanged lines hidden (view full) ---

1067 echo m68010-convergent-sysv
1068 exit 0 ;;
1069 mc68k:UNIX:SYSTEM5:3.51m)
1070 echo m68k-convergent-sysv
1071 exit 0 ;;
1072 M680?0:D-NIX:5.3:*)
1073 echo m68k-diab-dnix
1074 exit 0 ;;
839 m68*:Linux:*:*)
840 echo ${UNAME_MACHINE}-unknown-linux-gnu
841 exit 0 ;;
842 mips:Linux:*:*)
843 eval $set_cc_for_build
844 sed 's/^ //' << EOF >$dummy.c
845 #undef CPU
846 #undef mips

--- 224 unchanged lines hidden (view full) ---

1071 echo m68010-convergent-sysv
1072 exit 0 ;;
1073 mc68k:UNIX:SYSTEM5:3.51m)
1074 echo m68k-convergent-sysv
1075 exit 0 ;;
1076 M680?0:D-NIX:5.3:*)
1077 echo m68k-diab-dnix
1078 exit 0 ;;
1075 M68*:*:R3V[567]*:*)
1079 M68*:*:R3V[5678]*:*)
1076 test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
1080 test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
1077 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0)
1081 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
1078 OS_REL=''
1079 test -r /etc/.relid \
1080 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1081 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1082 && echo i486-ncr-sysv4.3${OS_REL} && exit 0
1083 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1084 && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
1085 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)

--- 81 unchanged lines hidden (view full) ---

1167 exit 0 ;;
1168 Power*:Rhapsody:*:*)
1169 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1170 exit 0 ;;
1171 *:Rhapsody:*:*)
1172 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1173 exit 0 ;;
1174 *:Darwin:*:*)
1082 OS_REL=''
1083 test -r /etc/.relid \
1084 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1085 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1086 && echo i486-ncr-sysv4.3${OS_REL} && exit 0
1087 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1088 && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
1089 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)

--- 81 unchanged lines hidden (view full) ---

1171 exit 0 ;;
1172 Power*:Rhapsody:*:*)
1173 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1174 exit 0 ;;
1175 *:Rhapsody:*:*)
1176 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1177 exit 0 ;;
1178 *:Darwin:*:*)
1175 case `uname -p` in
1179 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1180 case $UNAME_PROCESSOR in
1176 *86) UNAME_PROCESSOR=i686 ;;
1181 *86) UNAME_PROCESSOR=i686 ;;
1177 powerpc) UNAME_PROCESSOR=powerpc ;;
1182 unknown) UNAME_PROCESSOR=powerpc ;;
1178 esac
1179 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1180 exit 0 ;;
1181 *:procnto*:*:* | *:QNX:[0123456789]*:*)
1182 UNAME_PROCESSOR=`uname -p`
1183 if test "$UNAME_PROCESSOR" = "x86"; then
1184 UNAME_PROCESSOR=i386
1185 UNAME_MACHINE=pc

--- 45 unchanged lines hidden (view full) ---

1231 echo pdp10-unknown-its
1232 exit 0 ;;
1233 SEI:*:*:SEIUX)
1234 echo mips-sei-seiux${UNAME_RELEASE}
1235 exit 0 ;;
1236 *:DragonFly:*:*)
1237 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1238 exit 0 ;;
1183 esac
1184 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1185 exit 0 ;;
1186 *:procnto*:*:* | *:QNX:[0123456789]*:*)
1187 UNAME_PROCESSOR=`uname -p`
1188 if test "$UNAME_PROCESSOR" = "x86"; then
1189 UNAME_PROCESSOR=i386
1190 UNAME_MACHINE=pc

--- 45 unchanged lines hidden (view full) ---

1236 echo pdp10-unknown-its
1237 exit 0 ;;
1238 SEI:*:*:SEIUX)
1239 echo mips-sei-seiux${UNAME_RELEASE}
1240 exit 0 ;;
1241 *:DragonFly:*:*)
1242 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1243 exit 0 ;;
1244 *:*VMS:*:*)
1245 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1246 case "${UNAME_MACHINE}" in
1247 A*) echo alpha-dec-vms && exit 0 ;;
1248 I*) echo ia64-dec-vms && exit 0 ;;
1249 V*) echo vax-dec-vms && exit 0 ;;
1250 esac
1239esac
1240
1241#echo '(No uname command or uname output not recognized.)' 1>&2
1242#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
1243
1244eval $set_cc_for_build
1245cat >$dummy.c <<EOF
1246#ifdef _SEQUENT_

--- 189 unchanged lines hidden ---
1251esac
1252
1253#echo '(No uname command or uname output not recognized.)' 1>&2
1254#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
1255
1256eval $set_cc_for_build
1257cat >$dummy.c <<EOF
1258#ifdef _SEQUENT_

--- 189 unchanged lines hidden ---