Lines Matching +full:x86_64 +full:- +full:6

3 #   Copyright 1992-2014 Free Software Foundation, Inc.
5 timestamp='2014-11-04'
32 # Please send patches to <config-patches@gnu.org>.
35 me=`echo "$0" | sed -e 's,.*/,,'`
43 -h, --help print this help, then exit
44 -t, --time-stamp print date of last modification, then exit
45 -v, --version print version number, then exit
47 Report bugs and patches to <config-patches@gnu.org>."
53 Copyright 1992-2014 Free Software Foundation, Inc.
59 Try \`$me --help' for more information."
62 while test $# -gt 0 ; do
64 --time-stamp | --time* | -t )
66 --version | -v )
68 --help | --h* | -h )
70 -- ) # Stop option processing
72 - ) # Use stdin as input.
74 -* )
89 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
101 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
103 …{ tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp…
104 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
112 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
125 # (ghazi@noc.rutgers.edu 1994-08-24)
126 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
130 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
131 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
132 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
133 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
142 cat <<-EOF > $dummy.c
152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
156 # Note: order is significant - the case branches are not exclusive.
161 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
162 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
163 # switched to ELF, *-*-netbsd* would select the old
170 sysctl="sysctl -n hw.machine_arch"
174 armeb) machine=armeb-unknown ;;
175 arm*) machine=arm-unknown ;;
176 sh3el) machine=shl-unknown ;;
177 sh3eb) machine=sh-unknown ;;
178 sh5el) machine=sh5le-unknown ;;
179 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
186 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
187 | grep -q __ELF__
204 # suitable tag, in the style of linux-gnu.
207 release='-gnu'
210 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
213 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
215 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
216 echo "${machine}-${os}${release}"
220 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
224 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
227 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
230 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
233 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
236 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
241 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
244 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
250 # types through head -n 1, so we only detect the type of CPU 0.
251 …ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head
261 "EV5.6 (21164A)")
263 "EV5.6 (21164PC)")
288 # 1.2 uses "1.2" for uname -r.
289 …echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQ…
290 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
298 echo alpha-pc-interix
301 echo alpha-dec-winnt3.5
304 echo m68k-unknown-sysv4
307 echo ${UNAME_MACHINE}-unknown-amigaos
310 echo ${UNAME_MACHINE}-unknown-morphos
313 echo i370-ibm-openedition
316 echo s390-ibm-zvmoe
319 echo powerpc-ibm-os400
322 echo arm-acorn-riscix${UNAME_RELEASE}
325 echo arm-unknown-riscos
327 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
328 echo hppa1.1-hitachi-hiuxmpp
330 Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
333 echo pyramid-pyramid-sysv3
335 echo pyramid-pyramid-bsd
339 echo pyramid-pyramid-svr4
341 DRS?6000:unix:4.0:6*)
342 echo sparc-icl-nx6
345 case `/usr/bin/uname -p` in
346 sparc) echo sparc-icl-nx7; exit ;;
349 echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
352 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
355 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
358 echo i386-pc-auroraux${UNAME_RELEASE}
363 # If there is a compiler, see if it is configured for 64-bit objects.
368 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
371 SUN_ARCH="x86_64"
374 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
376 sun4*:SunOS:6*:*)
380 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
383 case "`/usr/bin/arch -k`" in
385 UNAME_RELEASE=`uname -v`
388 # Japanese Language versions have a version number like `4.1.3-JL'.
389 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
392 echo m68k-sun-sunos${UNAME_RELEASE}
399 echo m68k-sun-sunos${UNAME_RELEASE}
402 echo sparc-sun-sunos${UNAME_RELEASE}
407 echo sparc-auspex-sunos${UNAME_RELEASE}
418 echo m68k-atari-mint${UNAME_RELEASE}
421 echo m68k-atari-mint${UNAME_RELEASE}
424 echo m68k-atari-mint${UNAME_RELEASE}
427 echo m68k-milan-mint${UNAME_RELEASE}
430 echo m68k-hades-mint${UNAME_RELEASE}
433 echo m68k-unknown-mint${UNAME_RELEASE}
436 echo m68k-apple-machten${UNAME_RELEASE}
439 echo powerpc-apple-machten${UNAME_RELEASE}
442 echo mips-dec-mach_bsd4.3
445 echo mips-dec-ultrix${UNAME_RELEASE}
448 echo vax-dec-ultrix${UNAME_RELEASE}
451 echo clipper-intergraph-clix${UNAME_RELEASE}
464 printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
467 printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
470 printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
473 exit (-1);
476 $CC_FOR_BUILD -o $dummy $dummy.c &&
477 dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
480 echo mips-mips-riscos${UNAME_RELEASE}
483 echo powerpc-motorola-powermax
485 Motorola:*:4.3:PL8-*)
486 echo powerpc-harris-powermax
489 echo powerpc-harris-powermax
492 echo powerpc-harris-powerunix
495 echo m88k-harris-cxux7
498 echo m88k-motorola-sysv4
501 echo m88k-motorola-sysv3
505 UNAME_PROCESSOR=`/usr/bin/uname -p`
511 echo m88k-dg-dgux${UNAME_RELEASE}
513 echo m88k-dg-dguxbcs${UNAME_RELEASE}
516 echo i586-dg-dgux${UNAME_RELEASE}
520 echo m88k-dolphin-sysv3
524 echo m88k-motorola-sysv3
527 echo m88k-tektronix-sysv3
529 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
530 echo m68k-tektronix-bsd
533 echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
536 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
537 exit ;; # Note that: echo "'`uname -s`'" gives 'AIX '
539 echo i386-ibm-aix
542 if [ -x /usr/bin/oslevel ] ; then
547 echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
559 puts("powerpc-ibm-aix3.2.5");
563 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
567 echo rs6000-ibm-aix3.2.5
570 echo rs6000-ibm-aix3.2.4
572 echo rs6000-ibm-aix3.2
576 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
577 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
582 if [ -x /usr/bin/lslpp ] ; then
583 IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
584 awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
588 echo ${IBM_ARCH}-ibm-aix${IBM_REV}
591 echo rs6000-ibm-aix
593 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
594 echo romp-ibm-bsd4.4
596 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
597 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
598 exit ;; # report: romp-ibm BSD 4.3
600 echo rs6000-bull-bosx
603 echo m68k-bull-sysv3
606 echo m68k-hp-bsd
609 echo m68k-hp-bsd4.4
611 9000/[34678]??:HP-UX:*:*)
612 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
616 9000/[678][0-9][0-9])
617 if [ -x /usr/bin/getconf ]; then
627 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
666 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
667 test -z "$HP_ARCH" && HP_ARCH=hppa
674 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
675 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
676 # generating 64-bit code. GNU and HP use different nomenclature:
679 # => hppa2.0w-hp-hpux11.23
681 # => hppa64-hp-hpux11.23
683 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
684 grep -q __LP64__
691 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
693 ia64:HP-UX:*:*)
694 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
695 echo ia64-hp-hpux${HPUX_REV}
697 3050*:HI-UX:*:*)
712 case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
713 case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
714 case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
715 default: puts ("hppa-hitachi-hiuxwe2"); break;
719 puts ("m68k-hitachi-hiuxwe2");
720 else puts ("unknown-hitachi-hiuxwe2");
724 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
726 echo unknown-hitachi-hiuxwe2
729 echo hppa1.1-hp-bsd
732 echo hppa1.0-hp-bsd
735 echo hppa1.0-hp-mpeix
738 echo hppa1.1-hp-osf
741 echo hppa1.0-hp-osf
744 if [ -x /usr/sbin/sysversion ] ; then
745 echo ${UNAME_MACHINE}-unknown-osf1mk
747 echo ${UNAME_MACHINE}-unknown-osf1
751 echo hppa1.1-hp-lites
754 echo c1-convex-bsd
757 if getsysinfo -f scalar_acc
758 then echo c32-convex-bsd
759 else echo c2-convex-bsd
763 echo c34-convex-bsd
766 echo c38-convex-bsd
769 echo c4-convex-bsd
771 CRAY*Y-MP:*:*:*)
772 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
774 CRAY*[A-Z]90:*:*:*)
775 echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
776 | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
777 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
778 -e 's/\.[^.]*$/.X/'
781 echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
784 echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
787 echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
790 echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
793 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
794 …FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\…
795 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
796 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
799 …FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\…
800 … ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
801 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
804 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
807 echo sparc-unknown-bsdi${UNAME_RELEASE}
810 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
813 UNAME_PROCESSOR=`/usr/bin/uname -p`
816 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
818 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
822 echo ${UNAME_MACHINE}-pc-cygwin
825 echo ${UNAME_MACHINE}-pc-mingw64
828 echo ${UNAME_MACHINE}-pc-mingw32
831 echo ${UNAME_MACHINE}-pc-msys
834 # uname -m includes "-pc" on this system.
835 echo ${UNAME_MACHINE}-mingw32
838 echo ${UNAME_MACHINE}-pc-pw32
843 echo i586-pc-interix${UNAME_RELEASE}
846 echo x86_64-unknown-interix${UNAME_RELEASE}
849 echo ia64-unknown-interix${UNAME_RELEASE}
853 echo i${UNAME_MACHINE}-pc-mks
856 echo x86_64-pc-mks
860 # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
862 echo i586-pc-interix
865 echo ${UNAME_MACHINE}-pc-uwin
867 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
868 echo x86_64-unknown-cygwin
871 echo powerpcle-unknown-cygwin
874 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
878 …echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,…
882 …o ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${…
885 echo ${UNAME_MACHINE}-pc-minix
888 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
892 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
895 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
904 objdump --private-headers /bin/sh | grep -q ld.so.1
906 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
909 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
913 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
914 | grep -q __ARM_EABI__
916 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
918 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
919 | grep -q __ARM_PCS_VFP
921 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
923 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
928 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
931 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
934 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
937 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
940 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
943 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
946 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
949 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
952 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
970 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
971 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
974 echo or1k-unknown-linux-${LIBC}
977 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
980 echo sparc-unknown-linux-${LIBC}
983 echo hppa64-unknown-linux-${LIBC}
987 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
988 PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
989 PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
990 *) echo hppa-unknown-linux-${LIBC} ;;
994 echo powerpc64-unknown-linux-${LIBC}
997 echo powerpc-unknown-linux-${LIBC}
1000 echo powerpc64le-unknown-linux-${LIBC}
1003 echo powerpcle-unknown-linux-${LIBC}
1006 echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
1009 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1012 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1015 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1018 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1021 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
1023 x86_64:Linux:*:*)
1024 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1027 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1030 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
1033 echo i386-sequent-sysv4
1039 # I just have to hope. -- rms.
1041 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
1046 echo ${UNAME_MACHINE}-pc-os2-emx
1048 i*86:XTS-300:*:STOP)
1049 echo ${UNAME_MACHINE}-unknown-stop
1052 echo ${UNAME_MACHINE}-unknown-atheos
1055 echo ${UNAME_MACHINE}-pc-syllable
1058 echo i386-unknown-lynxos${UNAME_RELEASE}
1061 echo ${UNAME_MACHINE}-pc-msdosdjgpp
1066 echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
1068 echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
1072 # UnixWare 7.x, OpenUNIX and OpenServer 6.
1073 case `/bin/uname -X | grep "^Machine"` in
1078 echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
1081 if test -f /usr/options/cb.name; then
1082 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
1083 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
1084 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1085 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
1086 (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
1087 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
1089 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
1091 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
1093 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
1095 echo ${UNAME_MACHINE}-pc-sysv32
1100 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1104 # this is a cross-build.
1105 echo i586-pc-msdosdjgpp
1108 echo i386-pc-mach3
1111 echo i860-intel-osf1
1113 i860:*:4.*:*) # i860-SVR4
1115 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
1116 else # Add other i860-SVR4 vendors below as they are discovered.
1117 echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
1122 echo m68010-convergent-sysv
1125 echo m68k-convergent-sysv
1127 M680?0:D-NIX:5.3:*)
1128 echo m68k-diab-dnix
1131 test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
1134 test -r /etc/.relid \
1135 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1136 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1137 && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1138 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1139 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1141 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1142 && { echo i486-ncr-sysv4; exit; } ;;
1145 test -r /etc/.relid \
1146 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1147 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1148 && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1149 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1150 && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
1151 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1152 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1154 echo m68k-unknown-lynxos${UNAME_RELEASE}
1157 echo m68k-atari-sysv4
1160 echo sparc-unknown-lynxos${UNAME_RELEASE}
1163 echo rs6000-unknown-lynxos${UNAME_RELEASE}
1166 echo powerpc-unknown-lynxos${UNAME_RELEASE}
1169 echo mips-dde-sysv${UNAME_RELEASE}
1171 RM*:ReliantUNIX-*:*:*)
1172 echo mips-sni-sysv4
1174 RM*:SINIX-*:*:*)
1175 echo mips-sni-sysv4
1177 *:SINIX-*:*:*)
1178 if uname -p 2>/dev/null >/dev/null ; then
1179 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1180 echo ${UNAME_MACHINE}-sni-sysv4
1182 echo ns32k-sni-sysv
1187 echo i586-unisys-sysv4
1191 # How about differentiating between stratus architectures? -djm
1192 echo hppa1.1-stratus-sysv4
1196 echo i860-stratus-sysv4
1200 echo ${UNAME_MACHINE}-stratus-vos
1204 echo hppa1.1-stratus-vos
1207 echo m68k-apple-aux${UNAME_RELEASE}
1209 news*:NEWS-OS:6*:*)
1210 echo mips-sony-newsos6
1213 if [ -d /usr/nec ]; then
1214 echo mips-nec-sysv${UNAME_RELEASE}
1216 echo mips-unknown-sysv${UNAME_RELEASE}
1220 echo powerpc-be-beos
1223 echo powerpc-apple-beos
1226 echo i586-pc-beos
1229 echo i586-pc-haiku
1231 x86_64:Haiku:*:*)
1232 echo x86_64-unknown-haiku
1234 SX-4:SUPER-UX:*:*)
1235 echo sx4-nec-superux${UNAME_RELEASE}
1237 SX-5:SUPER-UX:*:*)
1238 echo sx5-nec-superux${UNAME_RELEASE}
1240 SX-6:SUPER-UX:*:*)
1241 echo sx6-nec-superux${UNAME_RELEASE}
1243 SX-7:SUPER-UX:*:*)
1244 echo sx7-nec-superux${UNAME_RELEASE}
1246 SX-8:SUPER-UX:*:*)
1247 echo sx8-nec-superux${UNAME_RELEASE}
1249 SX-8R:SUPER-UX:*:*)
1250 echo sx8r-nec-superux${UNAME_RELEASE}
1253 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1256 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1259 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1264 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1267 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1271 i386) UNAME_PROCESSOR=x86_64 ;;
1280 # later (Darwin 11 and later) is required to have a 64-bit
1283 UNAME_PROCESSOR=x86_64
1285 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1288 UNAME_PROCESSOR=`uname -p`
1293 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
1296 echo i386-pc-qnx
1298 NEO-?:NONSTOP_KERNEL:*:*)
1299 echo neo-tandem-nsk${UNAME_RELEASE}
1301 NSE-*:NONSTOP_KERNEL:*:*)
1302 echo nse-tandem-nsk${UNAME_RELEASE}
1304 NSR-?:NONSTOP_KERNEL:*:*)
1305 echo nsr-tandem-nsk${UNAME_RELEASE}
1307 *:NonStop-UX:*:*)
1308 echo mips-compaq-nonstopux
1311 echo bs2000-siemens-sysv
1314 echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
1317 # "uname -m" is not consistent, so use $cputype instead. 386
1325 echo ${UNAME_MACHINE}-unknown-plan9
1327 *:TOPS-10:*:*)
1328 echo pdp10-unknown-tops10
1331 echo pdp10-unknown-tenex
1333 KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
1334 echo pdp10-dec-tops20
1336 XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
1337 echo pdp10-xkl-tops20
1339 *:TOPS-20:*:*)
1340 echo pdp10-unknown-tops20
1343 echo pdp10-unknown-its
1346 echo mips-sei-seiux${UNAME_RELEASE}
1349 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1352 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1354 A*) echo alpha-dec-vms ; exit ;;
1355 I*) echo ia64-dec-vms ; exit ;;
1356 V*) echo vax-dec-vms ; exit ;;
1359 echo i386-pc-xenix
1362 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
1365 echo ${UNAME_MACHINE}-pc-rdos
1368 echo ${UNAME_MACHINE}-pc-aros
1370 x86_64:VMkernel:*:*)
1371 echo ${UNAME_MACHINE}-unknown-esx
1388 pertinent to <config-patches@gnu.org> in order to provide the needed
1393 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1394 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1395 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1396 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1398 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
1399 /bin/uname -X = `(/bin/uname -X) 2>/dev/null`
1403 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
1417 # eval: (add-hook 'write-file-hooks 'time-stamp)
1418 # time-stamp-start: "timestamp='"
1419 # time-stamp-format: "%:y-%02m-%02d"
1420 # time-stamp-end: "'"