1 diff -Naur f2fs-tools-1.4.0ORIG/build-aux/config.guess f2fs-tools-1.4.0/build-aux/config.guess
2 --- f2fs-tools-1.4.0ORIG/build-aux/config.guess 1970-01-01 08:00:00.000000000 +0800
3 +++ f2fs-tools-1.4.0/build-aux/config.guess 2014-09-06 21:11:01.000000000 +0800
6 +# Attempt to guess a canonical system name.
7 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
8 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
9 +# Free Software Foundation, Inc.
11 +timestamp='2008-01-23'
13 +# This file is free software; you can redistribute it and/or modify it
14 +# under the terms of the GNU General Public License as published by
15 +# the Free Software Foundation; either version 2 of the License, or
16 +# (at your option) any later version.
18 +# This program is distributed in the hope that it will be useful, but
19 +# WITHOUT ANY WARRANTY; without even the implied warranty of
20 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 +# General Public License for more details.
23 +# You should have received a copy of the GNU General Public License
24 +# along with this program; if not, write to the Free Software
25 +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
28 +# As a special exception to the GNU General Public License, if you
29 +# distribute this file as part of a program that contains a
30 +# configuration script generated by Autoconf, you may include it under
31 +# the same distribution terms that you use for the rest of that program.
34 +# Originally written by Per Bothner <per@bothner.com>.
35 +# Please send patches to <config-patches@gnu.org>. Submit a context
36 +# diff and a properly formatted ChangeLog entry.
38 +# This script attempts to guess a canonical system name similar to
39 +# config.sub. If it succeeds, it prints the system name on stdout, and
40 +# exits with 0. Otherwise, it exits with 1.
42 +# The plan is that this can be called by configure scripts if you
43 +# don't specify an explicit build system type.
45 +me=`echo "$0" | sed -e 's,.*/,,'`
50 +Output the configuration name of the system \`$me' is run on.
53 + -h, --help print this help, then exit
54 + -t, --time-stamp print date of last modification, then exit
55 + -v, --version print version number, then exit
57 +Report bugs and patches to <config-patches@gnu.org>."
60 +GNU config.guess ($timestamp)
62 +Originally written by Per Bothner.
63 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
64 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
66 +This is free software; see the source for copying conditions. There is NO
67 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
70 +Try \`$me --help' for more information."
73 +while test $# -gt 0 ; do
75 + --time-stamp | --time* | -t )
76 + echo "$timestamp" ; exit ;;
78 + echo "$version" ; exit ;;
79 + --help | --h* | -h )
80 + echo "$usage"; exit ;;
81 + -- ) # Stop option processing
83 + - ) # Use stdin as input.
86 + echo "$me: invalid option $1$help" >&2
93 +if test $# != 0; then
94 + echo "$me: too many arguments$help" >&2
100 +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
101 +# compiler to aid in system detection is discouraged as it requires
102 +# temporary files to be created and, as you can see below, it is a
103 +# headache to deal with in a portable fashion.
105 +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
106 +# use `HOST_CC' if defined, but it is deprecated.
108 +# Portable tmp directory creation inspired by the Autoconf team.
111 +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
112 +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
114 + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
115 + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
116 + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
117 + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
119 +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
120 +case $CC_FOR_BUILD,$HOST_CC,$CC in
121 + ,,) echo "int x;" > $dummy.c ;
122 + for c in cc gcc c89 c99 ; do
123 + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
124 + CC_FOR_BUILD="$c"; break ;
127 + if test x"$CC_FOR_BUILD" = x ; then
128 + CC_FOR_BUILD=no_compiler_found ;
131 + ,,*) CC_FOR_BUILD=$CC ;;
132 + ,*,*) CC_FOR_BUILD=$HOST_CC ;;
133 +esac ; set_cc_for_build= ;'
135 +# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
136 +# (ghazi@noc.rutgers.edu 1994-08-24)
137 +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
138 + PATH=$PATH:/.attbin ; export PATH
141 +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
142 +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
143 +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
144 +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
146 +# Note: order is significant - the case branches are not exclusive.
148 +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
150 + # NetBSD (nbsd) targets should (where applicable) match one or
151 + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
152 + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
153 + # switched to ELF, *-*-netbsd* would select the old
154 + # object file format. This provides both forward
155 + # compatibility and a consistent mechanism for selecting the
156 + # object file format.
158 + # Note: NetBSD doesn't particularly care about the vendor
159 + # portion of the name. We always set it to "unknown".
160 + sysctl="sysctl -n hw.machine_arch"
161 + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
162 + /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
163 + case "${UNAME_MACHINE_ARCH}" in
164 + armeb) machine=armeb-unknown ;;
165 + arm*) machine=arm-unknown ;;
166 + sh3el) machine=shl-unknown ;;
167 + sh3eb) machine=sh-unknown ;;
168 + sh5el) machine=sh5le-unknown ;;
169 + *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
171 + # The Operating System including object format, if it has switched
172 + # to ELF recently, or will in the future.
173 + case "${UNAME_MACHINE_ARCH}" in
174 + arm*|i386|m68k|ns32k|sh3*|sparc|vax)
175 + eval $set_cc_for_build
176 + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
177 + | grep __ELF__ >/dev/null
179 + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
180 + # Return netbsd for either. FIX?
191 + # Debian GNU/NetBSD machines have a different userland, and
192 + # thus, need a distinct triplet. However, they do not need
193 + # kernel version information, so it can be replaced with a
194 + # suitable tag, in the style of linux-gnu.
195 + case "${UNAME_VERSION}" in
200 + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
203 + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
204 + # contains redundant information, the shorter form:
205 + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
206 + echo "${machine}-${os}${release}"
209 + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
210 + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
213 + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
216 + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
219 + echo powerpc-unknown-mirbsd${UNAME_RELEASE}
222 + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
225 + case $UNAME_RELEASE in
227 + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
230 + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
233 + # According to Compaq, /usr/sbin/psrinfo has been available on
234 + # OSF/1 and Tru64 systems produced since 1995. I hope that
235 + # covers most systems running today. This code pipes the CPU
236 + # types through head -n 1, so we only detect the type of CPU 0.
237 + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
238 + case "$ALPHA_CPU_TYPE" in
240 + UNAME_MACHINE="alpha" ;;
242 + UNAME_MACHINE="alpha" ;;
243 + "LCA4 (21066/21068)")
244 + UNAME_MACHINE="alpha" ;;
246 + UNAME_MACHINE="alphaev5" ;;
248 + UNAME_MACHINE="alphaev56" ;;
250 + UNAME_MACHINE="alphapca56" ;;
252 + UNAME_MACHINE="alphapca57" ;;
254 + UNAME_MACHINE="alphaev6" ;;
256 + UNAME_MACHINE="alphaev67" ;;
257 + "EV6.8CB (21264C)")
258 + UNAME_MACHINE="alphaev68" ;;
259 + "EV6.8AL (21264B)")
260 + UNAME_MACHINE="alphaev68" ;;
261 + "EV6.8CX (21264D)")
262 + UNAME_MACHINE="alphaev68" ;;
263 + "EV6.9A (21264/EV69A)")
264 + UNAME_MACHINE="alphaev69" ;;
266 + UNAME_MACHINE="alphaev7" ;;
268 + UNAME_MACHINE="alphaev79" ;;
270 + # A Pn.n version is a patched version.
271 + # A Vn.n version is a released version.
272 + # A Tn.n version is a released field test version.
273 + # A Xn.n version is an unreleased experimental baselevel.
274 + # 1.2 uses "1.2" for uname -r.
275 + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
277 + Alpha\ *:Windows_NT*:*)
278 + # How do we know it's Interix rather than the generic POSIX subsystem?
279 + # Should we change UNAME_MACHINE based on the output of uname instead
280 + # of the specific Alpha model?
281 + echo alpha-pc-interix
283 + 21064:Windows_NT:50:3)
284 + echo alpha-dec-winnt3.5
286 + Amiga*:UNIX_System_V:4.0:*)
287 + echo m68k-unknown-sysv4
289 + *:[Aa]miga[Oo][Ss]:*:*)
290 + echo ${UNAME_MACHINE}-unknown-amigaos
292 + *:[Mm]orph[Oo][Ss]:*:*)
293 + echo ${UNAME_MACHINE}-unknown-morphos
296 + echo i370-ibm-openedition
299 + echo s390-ibm-zvmoe
302 + echo powerpc-ibm-os400
304 + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
305 + echo arm-acorn-riscix${UNAME_RELEASE}
307 + arm:riscos:*:*|arm:RISCOS:*:*)
308 + echo arm-unknown-riscos
310 + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
311 + echo hppa1.1-hitachi-hiuxmpp
313 + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
314 + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
315 + if test "`(/bin/universe) 2>/dev/null`" = att ; then
316 + echo pyramid-pyramid-sysv3
318 + echo pyramid-pyramid-bsd
322 + echo pyramid-pyramid-svr4
324 + DRS?6000:unix:4.0:6*)
327 + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
328 + case `/usr/bin/uname -p` in
329 + sparc) echo sparc-icl-nx7; exit ;;
332 + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
334 + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
335 + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
337 + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
338 + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
341 + # According to config.sub, this is the proper way to canonicalize
342 + # SunOS6. Hard to guess exactly what SunOS6 will be like, but
343 + # it's likely to be more like Solaris than SunOS4.
344 + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
347 + case "`/usr/bin/arch -k`" in
349 + UNAME_RELEASE=`uname -v`
352 + # Japanese Language versions have a version number like `4.1.3-JL'.
353 + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
356 + echo m68k-sun-sunos${UNAME_RELEASE}
359 + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
360 + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
361 + case "`/bin/arch`" in
363 + echo m68k-sun-sunos${UNAME_RELEASE}
366 + echo sparc-sun-sunos${UNAME_RELEASE}
371 + echo sparc-auspex-sunos${UNAME_RELEASE}
373 + # The situation for MiNT is a little confusing. The machine name
374 + # can be virtually everything (everything which is not
375 + # "atarist" or "atariste" at least should have a processor
376 + # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
377 + # to the lowercase version "mint" (or "freemint"). Finally
378 + # the system name "TOS" denotes a system which is actually not
379 + # MiNT. But MiNT is downward compatible to TOS, so this should
381 + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
382 + echo m68k-atari-mint${UNAME_RELEASE}
384 + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
385 + echo m68k-atari-mint${UNAME_RELEASE}
387 + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
388 + echo m68k-atari-mint${UNAME_RELEASE}
390 + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
391 + echo m68k-milan-mint${UNAME_RELEASE}
393 + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
394 + echo m68k-hades-mint${UNAME_RELEASE}
396 + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
397 + echo m68k-unknown-mint${UNAME_RELEASE}
400 + echo m68k-apple-machten${UNAME_RELEASE}
402 + powerpc:machten:*:*)
403 + echo powerpc-apple-machten${UNAME_RELEASE}
406 + echo mips-dec-mach_bsd4.3
409 + echo mips-dec-ultrix${UNAME_RELEASE}
412 + echo vax-dec-ultrix${UNAME_RELEASE}
414 + 2020:CLIX:*:* | 2430:CLIX:*:*)
415 + echo clipper-intergraph-clix${UNAME_RELEASE}
417 + mips:*:*:UMIPS | mips:*:*:RISCos)
418 + eval $set_cc_for_build
419 + sed 's/^ //' << EOF >$dummy.c
421 +#include <stdio.h> /* for printf() prototype */
422 + int main (int argc, char *argv[]) {
424 + int main (argc, argv) int argc; char *argv[]; {
426 + #if defined (host_mips) && defined (MIPSEB)
427 + #if defined (SYSTYPE_SYSV)
428 + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
430 + #if defined (SYSTYPE_SVR4)
431 + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
433 + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
434 + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
440 + $CC_FOR_BUILD -o $dummy $dummy.c &&
441 + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
442 + SYSTEM_NAME=`$dummy $dummyarg` &&
443 + { echo "$SYSTEM_NAME"; exit; }
444 + echo mips-mips-riscos${UNAME_RELEASE}
446 + Motorola:PowerMAX_OS:*:*)
447 + echo powerpc-motorola-powermax
449 + Motorola:*:4.3:PL8-*)
450 + echo powerpc-harris-powermax
452 + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
453 + echo powerpc-harris-powermax
455 + Night_Hawk:Power_UNIX:*:*)
456 + echo powerpc-harris-powerunix
459 + echo m88k-harris-cxux7
462 + echo m88k-motorola-sysv4
465 + echo m88k-motorola-sysv3
468 + # DG/UX returns AViiON for all architectures
469 + UNAME_PROCESSOR=`/usr/bin/uname -p`
470 + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
472 + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
473 + [ ${TARGET_BINARY_INTERFACE}x = x ]
475 + echo m88k-dg-dgux${UNAME_RELEASE}
477 + echo m88k-dg-dguxbcs${UNAME_RELEASE}
480 + echo i586-dg-dgux${UNAME_RELEASE}
483 + M88*:DolphinOS:*:*) # DolphinOS (SVR3)
484 + echo m88k-dolphin-sysv3
487 + # Delta 88k system running SVR3
488 + echo m88k-motorola-sysv3
490 + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
491 + echo m88k-tektronix-sysv3
493 + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
494 + echo m68k-tektronix-bsd
497 + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
499 + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
500 + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
501 + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX '
506 + if [ -x /usr/bin/oslevel ] ; then
507 + IBM_REV=`/usr/bin/oslevel`
509 + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
511 + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
514 + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
515 + eval $set_cc_for_build
516 + sed 's/^ //' << EOF >$dummy.c
517 + #include <sys/systemcfg.h>
523 + puts("powerpc-ibm-aix3.2.5");
527 + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
529 + echo "$SYSTEM_NAME"
531 + echo rs6000-ibm-aix3.2.5
533 + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
534 + echo rs6000-ibm-aix3.2.4
536 + echo rs6000-ibm-aix3.2
540 + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
541 + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
546 + if [ -x /usr/bin/oslevel ] ; then
547 + IBM_REV=`/usr/bin/oslevel`
549 + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
551 + echo ${IBM_ARCH}-ibm-aix${IBM_REV}
554 + echo rs6000-ibm-aix
556 + ibmrt:4.4BSD:*|romp-ibm:BSD:*)
557 + echo romp-ibm-bsd4.4
559 + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
560 + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
561 + exit ;; # report: romp-ibm BSD 4.3
563 + echo rs6000-bull-bosx
565 + DPX/2?00:B.O.S.:*:*)
566 + echo m68k-bull-sysv3
568 + 9000/[34]??:4.3bsd:1.*:*)
571 + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
572 + echo m68k-hp-bsd4.4
574 + 9000/[34678]??:HP-UX:*:*)
575 + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
576 + case "${UNAME_MACHINE}" in
577 + 9000/31? ) HP_ARCH=m68000 ;;
578 + 9000/[34]?? ) HP_ARCH=m68k ;;
579 + 9000/[678][0-9][0-9])
580 + if [ -x /usr/bin/getconf ]; then
581 + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
582 + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
583 + case "${sc_cpu_version}" in
584 + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
585 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
586 + 532) # CPU_PA_RISC2_0
587 + case "${sc_kernel_bits}" in
588 + 32) HP_ARCH="hppa2.0n" ;;
589 + 64) HP_ARCH="hppa2.0w" ;;
590 + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
594 + if [ "${HP_ARCH}" = "" ]; then
595 + eval $set_cc_for_build
596 + sed 's/^ //' << EOF >$dummy.c
598 + #define _HPUX_SOURCE
599 + #include <stdlib.h>
600 + #include <unistd.h>
604 + #if defined(_SC_KERNEL_BITS)
605 + long bits = sysconf(_SC_KERNEL_BITS);
607 + long cpu = sysconf (_SC_CPU_VERSION);
611 + case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
612 + case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
613 + case CPU_PA_RISC2_0:
614 + #if defined(_SC_KERNEL_BITS)
617 + case 64: puts ("hppa2.0w"); break;
618 + case 32: puts ("hppa2.0n"); break;
619 + default: puts ("hppa2.0"); break;
621 + #else /* !defined(_SC_KERNEL_BITS) */
622 + puts ("hppa2.0"); break;
624 + default: puts ("hppa1.0"); break;
629 + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
630 + test -z "$HP_ARCH" && HP_ARCH=hppa
633 + if [ ${HP_ARCH} = "hppa2.0w" ]
635 + eval $set_cc_for_build
637 + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
638 + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
639 + # generating 64-bit code. GNU and HP use different nomenclature:
641 + # $ CC_FOR_BUILD=cc ./config.guess
642 + # => hppa2.0w-hp-hpux11.23
643 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
644 + # => hppa64-hp-hpux11.23
646 + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
647 + grep __LP64__ >/dev/null
654 + echo ${HP_ARCH}-hp-hpux${HPUX_REV}
657 + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
658 + echo ia64-hp-hpux${HPUX_REV}
661 + eval $set_cc_for_build
662 + sed 's/^ //' << EOF >$dummy.c
663 + #include <unistd.h>
667 + long cpu = sysconf (_SC_CPU_VERSION);
668 + /* The order matters, because CPU_IS_HP_MC68K erroneously returns
669 + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
670 + results, however. */
671 + if (CPU_IS_PA_RISC (cpu))
675 + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
676 + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
677 + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
678 + default: puts ("hppa-hitachi-hiuxwe2"); break;
681 + else if (CPU_IS_HP_MC68K (cpu))
682 + puts ("m68k-hitachi-hiuxwe2");
683 + else puts ("unknown-hitachi-hiuxwe2");
687 + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
688 + { echo "$SYSTEM_NAME"; exit; }
689 + echo unknown-hitachi-hiuxwe2
691 + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
692 + echo hppa1.1-hp-bsd
694 + 9000/8??:4.3bsd:*:*)
695 + echo hppa1.0-hp-bsd
697 + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
698 + echo hppa1.0-hp-mpeix
700 + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
701 + echo hppa1.1-hp-osf
704 + echo hppa1.0-hp-osf
707 + if [ -x /usr/sbin/sysversion ] ; then
708 + echo ${UNAME_MACHINE}-unknown-osf1mk
710 + echo ${UNAME_MACHINE}-unknown-osf1
713 + parisc*:Lites*:*:*)
714 + echo hppa1.1-hp-lites
716 + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
719 + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
720 + if getsysinfo -f scalar_acc
721 + then echo c32-convex-bsd
722 + else echo c2-convex-bsd
725 + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
726 + echo c34-convex-bsd
728 + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
729 + echo c38-convex-bsd
731 + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
735 + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
737 + CRAY*[A-Z]90:*:*:*)
738 + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
739 + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
740 + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
741 + -e 's/\.[^.]*$/.X/'
744 + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
747 + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
750 + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
753 + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
755 + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
756 + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
757 + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
758 + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
759 + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
761 + 5000:UNIX_System_V:4.*:*)
762 + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
763 + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
764 + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
766 + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
767 + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
770 + echo sparc-unknown-bsdi${UNAME_RELEASE}
773 + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
776 + case ${UNAME_MACHINE} in
778 + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
780 + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
782 + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
786 + echo ${UNAME_MACHINE}-pc-cygwin
789 + echo ${UNAME_MACHINE}-pc-mingw32
792 + # uname -m includes "-pc" on this system.
793 + echo ${UNAME_MACHINE}-mingw32
796 + echo ${UNAME_MACHINE}-pc-pw32
798 + *:Interix*:[3456]*)
799 + case ${UNAME_MACHINE} in
801 + echo i586-pc-interix${UNAME_RELEASE}
803 + EM64T | authenticamd)
804 + echo x86_64-unknown-interix${UNAME_RELEASE}
807 + echo ia64-unknown-interix${UNAME_RELEASE}
810 + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
811 + echo i${UNAME_MACHINE}-pc-mks
813 + i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
814 + # How do we know it's Interix rather than the generic POSIX subsystem?
815 + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
816 + # UNAME_MACHINE based on the output of uname instead of i386?
817 + echo i586-pc-interix
820 + echo ${UNAME_MACHINE}-pc-uwin
822 + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
823 + echo x86_64-unknown-cygwin
826 + echo powerpcle-unknown-cygwin
829 + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
833 + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
836 + # other systems with GNU libc and userland
837 + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
840 + echo ${UNAME_MACHINE}-pc-minix
843 + eval $set_cc_for_build
844 + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
845 + | grep -q __ARM_EABI__
847 + echo ${UNAME_MACHINE}-unknown-linux-gnu
849 + echo ${UNAME_MACHINE}-unknown-linux-gnueabi
853 + echo ${UNAME_MACHINE}-unknown-linux-gnu
856 + echo cris-axis-linux-gnu
859 + echo crisv32-axis-linux-gnu
862 + echo frv-unknown-linux-gnu
865 + echo ${UNAME_MACHINE}-unknown-linux-gnu
868 + echo ${UNAME_MACHINE}-unknown-linux-gnu
871 + echo ${UNAME_MACHINE}-unknown-linux-gnu
874 + eval $set_cc_for_build
875 + sed 's/^ //' << EOF >$dummy.c
879 + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
882 + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
889 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
894 + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
897 + eval $set_cc_for_build
898 + sed 's/^ //' << EOF >$dummy.c
902 + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
905 + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
912 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
917 + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
920 + echo or32-unknown-linux-gnu
923 + echo powerpc-unknown-linux-gnu
926 + echo powerpc64-unknown-linux-gnu
929 + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
930 + EV5) UNAME_MACHINE=alphaev5 ;;
931 + EV56) UNAME_MACHINE=alphaev56 ;;
932 + PCA56) UNAME_MACHINE=alphapca56 ;;
933 + PCA57) UNAME_MACHINE=alphapca56 ;;
934 + EV6) UNAME_MACHINE=alphaev6 ;;
935 + EV67) UNAME_MACHINE=alphaev67 ;;
936 + EV68*) UNAME_MACHINE=alphaev68 ;;
938 + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
939 + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
940 + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
942 + parisc:Linux:*:* | hppa:Linux:*:*)
943 + # Look for CPU level
944 + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
945 + PA7*) echo hppa1.1-unknown-linux-gnu ;;
946 + PA8*) echo hppa2.0-unknown-linux-gnu ;;
947 + *) echo hppa-unknown-linux-gnu ;;
950 + parisc64:Linux:*:* | hppa64:Linux:*:*)
951 + echo hppa64-unknown-linux-gnu
953 + s390:Linux:*:* | s390x:Linux:*:*)
954 + echo ${UNAME_MACHINE}-ibm-linux
957 + echo ${UNAME_MACHINE}-unknown-linux-gnu
960 + echo ${UNAME_MACHINE}-unknown-linux-gnu
962 + sparc:Linux:*:* | sparc64:Linux:*:*)
963 + echo ${UNAME_MACHINE}-unknown-linux-gnu
966 + echo ${UNAME_MACHINE}-dec-linux-gnu
969 + echo x86_64-unknown-linux-gnu
972 + echo ${UNAME_MACHINE}-unknown-linux-gnu
975 + # The BFD linker knows what the default object file format is, so
976 + # first see if it will tell us. cd to the root directory to prevent
977 + # problems with other programs or directories called `ld' in the path.
978 + # Set LC_ALL=C to ensure ld outputs messages in English.
979 + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
980 + | sed -ne '/supported targets:/!d
982 + s/.*supported targets: *//
985 + case "$ld_supported_targets" in
987 + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
990 + echo "${UNAME_MACHINE}-pc-linux-gnuaout"
993 + echo "${UNAME_MACHINE}-pc-linux-gnucoff"
996 + # Either a pre-BFD a.out linker (linux-gnuoldld) or
997 + # one that does not give us useful --help.
998 + echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
1001 + # Determine whether the default compiler is a.out or elf
1002 + eval $set_cc_for_build
1003 + sed 's/^ //' << EOF >$dummy.c
1004 + #include <features.h>
1007 + # if __GLIBC__ >= 2
1016 + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
1022 + #ifdef __dietlibc__
1026 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
1031 + test x"${LIBC}" != x && {
1032 + echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
1035 + test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
1037 + i*86:DYNIX/ptx:4*:*)
1038 + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
1039 + # earlier versions are messed up and put the nodename in both
1040 + # sysname and nodename.
1041 + echo i386-sequent-sysv4
1043 + i*86:UNIX_SV:4.2MP:2.*)
1044 + # Unixware is an offshoot of SVR4, but it has its own version
1045 + # number series starting with 2...
1046 + # I am not positive that other SVR4 systems won't match this,
1047 + # I just have to hope. -- rms.
1048 + # Use sysv4.2uw... so that sysv4* matches it.
1049 + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
1052 + # If we were able to find `uname', then EMX Unix compatibility
1053 + # is probably installed.
1054 + echo ${UNAME_MACHINE}-pc-os2-emx
1056 + i*86:XTS-300:*:STOP)
1057 + echo ${UNAME_MACHINE}-unknown-stop
1060 + echo ${UNAME_MACHINE}-unknown-atheos
1062 + i*86:syllable:*:*)
1063 + echo ${UNAME_MACHINE}-pc-syllable
1065 + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
1066 + echo i386-unknown-lynxos${UNAME_RELEASE}
1069 + echo ${UNAME_MACHINE}-pc-msdosdjgpp
1071 + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
1072 + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
1073 + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1074 + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
1076 + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
1080 + # UnixWare 7.x, OpenUNIX and OpenServer 6.
1081 + case `/bin/uname -X | grep "^Machine"` in
1082 + *486*) UNAME_MACHINE=i486 ;;
1083 + *Pentium) UNAME_MACHINE=i586 ;;
1084 + *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
1086 + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
1089 + if test -f /usr/options/cb.name; then
1090 + UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
1091 + echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
1092 + elif /bin/uname -X 2>/dev/null >/dev/null ; then
1093 + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
1094 + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
1095 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
1096 + && UNAME_MACHINE=i586
1097 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
1098 + && UNAME_MACHINE=i686
1099 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
1100 + && UNAME_MACHINE=i686
1101 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
1103 + echo ${UNAME_MACHINE}-pc-sysv32
1107 + # Left here for compatibility:
1108 + # uname -m prints for DJGPP always 'pc', but it prints nothing about
1109 + # the processor, so we play safe by assuming i386.
1110 + echo i386-pc-msdosdjgpp
1113 + echo i386-pc-mach3
1116 + echo i860-intel-osf1
1118 + i860:*:4.*:*) # i860-SVR4
1119 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
1120 + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
1121 + else # Add other i860-SVR4 vendors below as they are discovered.
1122 + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
1125 + mini*:CTIX:SYS*5:*)
1127 + echo m68010-convergent-sysv
1129 + mc68k:UNIX:SYSTEM5:3.51m)
1130 + echo m68k-convergent-sysv
1132 + M680?0:D-NIX:5.3:*)
1133 + echo m68k-diab-dnix
1135 + M68*:*:R3V[5678]*:*)
1136 + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
1137 + 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)
1139 + test -r /etc/.relid \
1140 + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1141 + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1142 + && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1143 + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1144 + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1145 + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
1146 + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1147 + && { echo i486-ncr-sysv4; exit; } ;;
1148 + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
1149 + echo m68k-unknown-lynxos${UNAME_RELEASE}
1151 + mc68030:UNIX_System_V:4.*:*)
1152 + echo m68k-atari-sysv4
1154 + TSUNAMI:LynxOS:2.*:*)
1155 + echo sparc-unknown-lynxos${UNAME_RELEASE}
1157 + rs6000:LynxOS:2.*:*)
1158 + echo rs6000-unknown-lynxos${UNAME_RELEASE}
1160 + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
1161 + echo powerpc-unknown-lynxos${UNAME_RELEASE}
1163 + SM[BE]S:UNIX_SV:*:*)
1164 + echo mips-dde-sysv${UNAME_RELEASE}
1166 + RM*:ReliantUNIX-*:*:*)
1167 + echo mips-sni-sysv4
1170 + echo mips-sni-sysv4
1173 + if uname -p 2>/dev/null >/dev/null ; then
1174 + UNAME_MACHINE=`(uname -p) 2>/dev/null`
1175 + echo ${UNAME_MACHINE}-sni-sysv4
1177 + echo ns32k-sni-sysv
1180 + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1181 + # says <Richard.M.Bartel@ccMail.Census.GOV>
1182 + echo i586-unisys-sysv4
1184 + *:UNIX_System_V:4*:FTX*)
1185 + # From Gerald Hewes <hewes@openmarket.com>.
1186 + # How about differentiating between stratus architectures? -djm
1187 + echo hppa1.1-stratus-sysv4
1190 + # From seanf@swdc.stratus.com.
1191 + echo i860-stratus-sysv4
1194 + # From Paul.Green@stratus.com.
1195 + echo ${UNAME_MACHINE}-stratus-vos
1198 + # From Paul.Green@stratus.com.
1199 + echo hppa1.1-stratus-vos
1202 + echo m68k-apple-aux${UNAME_RELEASE}
1204 + news*:NEWS-OS:6*:*)
1205 + echo mips-sony-newsos6
1207 + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1208 + if [ -d /usr/nec ]; then
1209 + echo mips-nec-sysv${UNAME_RELEASE}
1211 + echo mips-unknown-sysv${UNAME_RELEASE}
1214 + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
1215 + echo powerpc-be-beos
1217 + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only.
1218 + echo powerpc-apple-beos
1220 + BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
1223 + SX-4:SUPER-UX:*:*)
1224 + echo sx4-nec-superux${UNAME_RELEASE}
1226 + SX-5:SUPER-UX:*:*)
1227 + echo sx5-nec-superux${UNAME_RELEASE}
1229 + SX-6:SUPER-UX:*:*)
1230 + echo sx6-nec-superux${UNAME_RELEASE}
1232 + SX-7:SUPER-UX:*:*)
1233 + echo sx7-nec-superux${UNAME_RELEASE}
1235 + SX-8:SUPER-UX:*:*)
1236 + echo sx8-nec-superux${UNAME_RELEASE}
1238 + SX-8R:SUPER-UX:*:*)
1239 + echo sx8r-nec-superux${UNAME_RELEASE}
1241 + Power*:Rhapsody:*:*)
1242 + echo powerpc-apple-rhapsody${UNAME_RELEASE}
1245 + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1248 + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1249 + case $UNAME_PROCESSOR in
1250 + unknown) UNAME_PROCESSOR=powerpc ;;
1252 + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1254 + *:procnto*:*:* | *:QNX:[0123456789]*:*)
1255 + UNAME_PROCESSOR=`uname -p`
1256 + if test "$UNAME_PROCESSOR" = "x86"; then
1257 + UNAME_PROCESSOR=i386
1260 + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
1265 + NSE-?:NONSTOP_KERNEL:*:*)
1266 + echo nse-tandem-nsk${UNAME_RELEASE}
1268 + NSR-?:NONSTOP_KERNEL:*:*)
1269 + echo nsr-tandem-nsk${UNAME_RELEASE}
1272 + echo mips-compaq-nonstopux
1274 + BS2000:POSIX*:*:*)
1275 + echo bs2000-siemens-sysv
1277 + DS/*:UNIX_System_V:*:*)
1278 + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
1281 + # "uname -m" is not consistent, so use $cputype instead. 386
1282 + # is converted to i386 for consistency with other x86
1283 + # operating systems.
1284 + if test "$cputype" = "386"; then
1285 + UNAME_MACHINE=i386
1287 + UNAME_MACHINE="$cputype"
1289 + echo ${UNAME_MACHINE}-unknown-plan9
1292 + echo pdp10-unknown-tops10
1295 + echo pdp10-unknown-tenex
1297 + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
1298 + echo pdp10-dec-tops20
1300 + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
1301 + echo pdp10-xkl-tops20
1304 + echo pdp10-unknown-tops20
1307 + echo pdp10-unknown-its
1310 + echo mips-sei-seiux${UNAME_RELEASE}
1313 + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1316 + UNAME_MACHINE=`(uname -p) 2>/dev/null`
1317 + case "${UNAME_MACHINE}" in
1318 + A*) echo alpha-dec-vms ; exit ;;
1319 + I*) echo ia64-dec-vms ; exit ;;
1320 + V*) echo vax-dec-vms ; exit ;;
1323 + echo i386-pc-xenix
1326 + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
1329 + echo ${UNAME_MACHINE}-pc-rdos
1333 +#echo '(No uname command or uname output not recognized.)' 1>&2
1334 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
1336 +eval $set_cc_for_build
1337 +cat >$dummy.c <<EOF
1339 +# include <sys/types.h>
1340 +# include <sys/utsname.h>
1345 +#if defined (MIPSEB)
1346 + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
1347 + I don't know.... */
1348 + printf ("mips-sony-bsd\n"); exit (0);
1350 +#include <sys/param.h>
1351 + printf ("m68k-sony-newsos%s\n",
1361 +#if defined (__arm) && defined (__acorn) && defined (__unix)
1362 + printf ("arm-acorn-riscix\n"); exit (0);
1365 +#if defined (hp300) && !defined (hpux)
1366 + printf ("m68k-hp-bsd\n"); exit (0);
1370 +#if !defined (__ARCHITECTURE__)
1371 +#define __ARCHITECTURE__ "m68k"
1374 + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
1376 + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
1378 + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
1382 +#if defined (MULTIMAX) || defined (n16)
1383 +#if defined (UMAXV)
1384 + printf ("ns32k-encore-sysv\n"); exit (0);
1387 + printf ("ns32k-encore-mach\n"); exit (0);
1389 + printf ("ns32k-encore-bsd\n"); exit (0);
1394 +#if defined (__386BSD__)
1395 + printf ("i386-pc-bsd\n"); exit (0);
1398 +#if defined (sequent)
1400 + printf ("i386-sequent-dynix\n"); exit (0);
1402 +#if defined (ns32000)
1403 + printf ("ns32k-sequent-dynix\n"); exit (0);
1407 +#if defined (_SEQUENT_)
1408 + struct utsname un;
1412 + if (strncmp(un.version, "V2", 2) == 0) {
1413 + printf ("i386-sequent-ptx2\n"); exit (0);
1415 + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
1416 + printf ("i386-sequent-ptx1\n"); exit (0);
1418 + printf ("i386-sequent-ptx\n"); exit (0);
1423 +# if !defined (ultrix)
1424 +# include <sys/param.h>
1427 + printf ("vax-dec-bsd4.3\n"); exit (0);
1430 + printf ("vax-dec-bsd4.3reno\n"); exit (0);
1432 + printf ("vax-dec-bsd\n"); exit (0);
1436 + printf ("vax-dec-bsd\n"); exit (0);
1439 + printf ("vax-dec-ultrix\n"); exit (0);
1443 +#if defined (alliant) && defined (i860)
1444 + printf ("i860-alliant-bsd\n"); exit (0);
1451 +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
1452 + { echo "$SYSTEM_NAME"; exit; }
1454 +# Apollos put the system type in the environment.
1456 +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
1458 +# Convex versions that predate uname can use getsysinfo(1)
1460 +if [ -x /usr/convex/getsysinfo ]
1462 + case `getsysinfo -f cpu_type` in
1464 + echo c1-convex-bsd
1467 + if getsysinfo -f scalar_acc
1468 + then echo c32-convex-bsd
1469 + else echo c2-convex-bsd
1473 + echo c34-convex-bsd
1476 + echo c38-convex-bsd
1479 + echo c4-convex-bsd
1485 +$0: unable to guess system type
1487 +This script, last modified $timestamp, has failed to recognize
1488 +the operating system you are using. It is advised that you
1489 +download the most up to date version of the config scripts from
1491 + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1493 + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
1495 +If the version you run ($0) is already up to date, please
1496 +send the following data and any information you think might be
1497 +pertinent to <config-patches@gnu.org> in order to provide the needed
1498 +information to handle your system.
1500 +config.guess timestamp = $timestamp
1502 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
1503 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
1504 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
1505 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
1507 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
1508 +/bin/uname -X = `(/bin/uname -X) 2>/dev/null`
1510 +hostinfo = `(hostinfo) 2>/dev/null`
1511 +/bin/universe = `(/bin/universe) 2>/dev/null`
1512 +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
1513 +/bin/arch = `(/bin/arch) 2>/dev/null`
1514 +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
1515 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
1517 +UNAME_MACHINE = ${UNAME_MACHINE}
1518 +UNAME_RELEASE = ${UNAME_RELEASE}
1519 +UNAME_SYSTEM = ${UNAME_SYSTEM}
1520 +UNAME_VERSION = ${UNAME_VERSION}
1526 +# eval: (add-hook 'write-file-hooks 'time-stamp)
1527 +# time-stamp-start: "timestamp='"
1528 +# time-stamp-format: "%:y-%02m-%02d"
1529 +# time-stamp-end: "'"