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

3 #   Copyright 1992-2020 Free Software Foundation, Inc.
5 timestamp='2020-08-17'
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-2020 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 -* )
87 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
99 trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15
106 …{ tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp…
107 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
108 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure…
111 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in
114 if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then
129 # (ghazi@noc.rutgers.edu 1994-08-24)
130 if test -f /.attbin/uname ; then
134 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
135 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
136 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
137 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
146 cat <<-EOF > "$dummy.c"
156 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
159 if command -v ldd >/dev/null && \
160 ldd --version 2>&1 | grep -q ^musl
167 # Note: order is significant - the case branches are not exclusive.
172 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
173 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
174 # switched to ELF, *-*-netbsd* would select the old
181 sysctl="sysctl -n hw.machine_arch"
182 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
187 armeb) machine=armeb-unknown ;;
188 arm*) machine=arm-unknown ;;
189 sh3el) machine=shl-unknown ;;
190 sh3eb) machine=sh-unknown ;;
191 sh5el) machine=sh5le-unknown ;;
193 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
194 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
195 machine="${arch}${endian}"-unknown
197 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
207 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
208 | grep -q __ELF__
224 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
225 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
232 # suitable tag, in the style of linux-gnu.
235 release='-gnu'
238 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
241 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
243 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
244 echo "$machine-${os}${release}${abi-}"
248 echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE"
252 echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE"
256 echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE"
259 echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE"
262 echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE"
265 echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE"
268 echo "$UNAME_MACHINE"-unknown-os108_"$UNAME_RELEASE"
271 echo powerpc-unknown-mirbsd"$UNAME_RELEASE"
274 echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE"
277 echo "$UNAME_MACHINE"-unknown-sortix
280 echo "$UNAME_MACHINE"-unknown-twizzler
283 echo "$UNAME_MACHINE"-unknown-redox
286 echo mips-dec-osf1
291 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
294 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
300 # types through head -n 1, so we only detect the type of CPU 0.
301 …ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head
311 "EV5.6 (21164A)")
313 "EV5.6 (21164PC)")
338 # 1.2 uses "1.2" for uname -r.
339 …echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQ…
340 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
345 echo m68k-unknown-sysv4
348 echo "$UNAME_MACHINE"-unknown-amigaos
351 echo "$UNAME_MACHINE"-unknown-morphos
354 echo i370-ibm-openedition
357 echo s390-ibm-zvmoe
360 echo powerpc-ibm-os400
363 echo arm-acorn-riscix"$UNAME_RELEASE"
366 echo arm-unknown-riscos
368 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
369 echo hppa1.1-hitachi-hiuxmpp
371 Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
374 echo pyramid-pyramid-sysv3
376 echo pyramid-pyramid-bsd
380 echo pyramid-pyramid-svr4
382 DRS?6000:unix:4.0:6*)
383 echo sparc-icl-nx6
386 case `/usr/bin/uname -p` in
387 sparc) echo sparc-icl-nx7; exit ;;
390 echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
393 echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
396 echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
399 echo i386-pc-auroraux"$UNAME_RELEASE"
404 # If there is a compiler, see if it is configured for 64-bit objects.
409 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
412 SUN_ARCH=x86_64
415 echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
417 sun4*:SunOS:6*:*)
421 echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
424 case "`/usr/bin/arch -k`" in
426 UNAME_RELEASE=`uname -v`
429 # Japanese Language versions have a version number like `4.1.3-JL'.
430 echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
433 echo m68k-sun-sunos"$UNAME_RELEASE"
440 echo m68k-sun-sunos"$UNAME_RELEASE"
443 echo sparc-sun-sunos"$UNAME_RELEASE"
448 echo sparc-auspex-sunos"$UNAME_RELEASE"
459 echo m68k-atari-mint"$UNAME_RELEASE"
462 echo m68k-atari-mint"$UNAME_RELEASE"
465 echo m68k-atari-mint"$UNAME_RELEASE"
468 echo m68k-milan-mint"$UNAME_RELEASE"
471 echo m68k-hades-mint"$UNAME_RELEASE"
474 echo m68k-unknown-mint"$UNAME_RELEASE"
477 echo m68k-apple-machten"$UNAME_RELEASE"
480 echo powerpc-apple-machten"$UNAME_RELEASE"
483 echo mips-dec-mach_bsd4.3
486 echo mips-dec-ultrix"$UNAME_RELEASE"
489 echo vax-dec-ultrix"$UNAME_RELEASE"
492 echo clipper-intergraph-clix"$UNAME_RELEASE"
505 printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0);
508 printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0);
511 printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0);
514 exit (-1);
517 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
518 dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
521 echo mips-mips-riscos"$UNAME_RELEASE"
524 echo powerpc-motorola-powermax
526 Motorola:*:4.3:PL8-*)
527 echo powerpc-harris-powermax
530 echo powerpc-harris-powermax
533 echo powerpc-harris-powerunix
536 echo m88k-harris-cxux7
539 echo m88k-motorola-sysv4
542 echo m88k-motorola-sysv3
546 UNAME_PROCESSOR=`/usr/bin/uname -p`
552 echo m88k-dg-dgux"$UNAME_RELEASE"
554 echo m88k-dg-dguxbcs"$UNAME_RELEASE"
557 echo i586-dg-dgux"$UNAME_RELEASE"
561 echo m88k-dolphin-sysv3
565 echo m88k-motorola-sysv3
568 echo m88k-tektronix-sysv3
570 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
571 echo m68k-tektronix-bsd
574 echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
577 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
578 exit ;; # Note that: echo "'`uname -s`'" gives 'AIX '
580 echo i386-ibm-aix
583 if test -x /usr/bin/oslevel ; then
588 echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV"
600 puts("powerpc-ibm-aix3.2.5");
604 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
608 echo rs6000-ibm-aix3.2.5
611 echo rs6000-ibm-aix3.2.4
613 echo rs6000-ibm-aix3.2
617 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
618 if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
623 if test -x /usr/bin/lslpp ; then
624 IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
625 awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
629 echo "$IBM_ARCH"-ibm-aix"$IBM_REV"
632 echo rs6000-ibm-aix
634 ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*)
635 echo romp-ibm-bsd4.4
637 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
638 echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to
639 exit ;; # report: romp-ibm BSD 4.3
641 echo rs6000-bull-bosx
644 echo m68k-bull-sysv3
647 echo m68k-hp-bsd
650 echo m68k-hp-bsd4.4
652 9000/[34678]??:HP-UX:*:*)
653 HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
657 9000/[678][0-9][0-9])
658 if test -x /usr/bin/getconf; then
668 '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
707 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
708 test -z "$HP_ARCH" && HP_ARCH=hppa
715 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
716 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
717 # generating 64-bit code. GNU and HP use different nomenclature:
720 # => hppa2.0w-hp-hpux11.23
722 # => hppa64-hp-hpux11.23
724 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
725 grep -q __LP64__
732 echo "$HP_ARCH"-hp-hpux"$HPUX_REV"
734 ia64:HP-UX:*:*)
735 HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
736 echo ia64-hp-hpux"$HPUX_REV"
738 3050*:HI-UX:*:*)
753 case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
754 case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
755 case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
756 default: puts ("hppa-hitachi-hiuxwe2"); break;
760 puts ("m68k-hitachi-hiuxwe2");
761 else puts ("unknown-hitachi-hiuxwe2");
765 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
767 echo unknown-hitachi-hiuxwe2
770 echo hppa1.1-hp-bsd
773 echo hppa1.0-hp-bsd
776 echo hppa1.0-hp-mpeix
779 echo hppa1.1-hp-osf
782 echo hppa1.0-hp-osf
785 if test -x /usr/sbin/sysversion ; then
786 echo "$UNAME_MACHINE"-unknown-osf1mk
788 echo "$UNAME_MACHINE"-unknown-osf1
792 echo hppa1.1-hp-lites
795 echo c1-convex-bsd
798 if getsysinfo -f scalar_acc
799 then echo c32-convex-bsd
800 else echo c2-convex-bsd
804 echo c34-convex-bsd
807 echo c38-convex-bsd
810 echo c4-convex-bsd
812 CRAY*Y-MP:*:*:*)
813 echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
815 CRAY*[A-Z]90:*:*:*)
816 echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \
817 | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
818 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
819 -e 's/\.[^.]*$/.X/'
822 echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
825 echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
828 echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
831 echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
834 FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
835 FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
836 FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
837 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
840 FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
841 …echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
842 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
845 echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE"
848 echo sparc-unknown-bsdi"$UNAME_RELEASE"
851 echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE"
854 UNAME_PROCESSOR=`uname -p`
856 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
857 | grep -q __ARM_PCS_VFP
859 echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
861 … echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
865 UNAME_PROCESSOR=`/usr/bin/uname -p`
868 UNAME_PROCESSOR=x86_64 ;;
872 echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
875 echo "$UNAME_MACHINE"-pc-cygwin
878 echo "$UNAME_MACHINE"-pc-mingw64
881 echo "$UNAME_MACHINE"-pc-mingw32
884 echo "$UNAME_MACHINE"-pc-msys
887 echo "$UNAME_MACHINE"-pc-pw32
892 echo i586-pc-interix"$UNAME_RELEASE"
895 echo x86_64-unknown-interix"$UNAME_RELEASE"
898 echo ia64-unknown-interix"$UNAME_RELEASE"
902 echo "$UNAME_MACHINE"-pc-uwin
904 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
905 echo x86_64-pc-cygwin
908 echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
912 …echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/…
916 …$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``ech…
919 echo "$UNAME_MACHINE"-unknown-minix
922 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
926 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
929 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' /proc/cpuinfo 2>/dev/null` in
938 objdump --private-headers /bin/sh | grep -q ld.so.1
940 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
943 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
947 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
948 | grep -q __ARM_EABI__
950 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
952 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
953 | grep -q __ARM_PCS_VFP
955 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi
957 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf
962 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
965 echo "$UNAME_MACHINE"-axis-linux-"$LIBC"
968 echo "$UNAME_MACHINE"-axis-linux-"$LIBC"
971 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
974 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
977 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
980 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
983 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
986 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
989 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
992 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1014 #if ${IS_GLIBC} && defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6
1017 #if ${IS_GLIBC} && !defined(__mips64) && defined(__mips_isa_rev) && __mips_isa_rev>=6
1038 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
1039 test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
1042 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1045 echo or1k-unknown-linux-"$LIBC"
1048 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1051 echo sparc-unknown-linux-"$LIBC"
1054 echo hppa64-unknown-linux-"$LIBC"
1058 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1059 PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;;
1060 PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;;
1061 *) echo hppa-unknown-linux-"$LIBC" ;;
1065 echo powerpc64-unknown-linux-"$LIBC"
1068 echo powerpc-unknown-linux-"$LIBC"
1071 echo powerpc64le-unknown-linux-"$LIBC"
1074 echo powerpcle-unknown-linux-"$LIBC"
1077 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1080 echo "$UNAME_MACHINE"-ibm-linux-"$LIBC"
1083 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1086 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1089 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1092 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1095 echo "$UNAME_MACHINE"-dec-linux-"$LIBC"
1097 x86_64:Linux:*:*)
1102 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1108 echo "$UNAME_MACHINE"-pc-linux-"$LIBCABI"
1111 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1114 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
1117 echo i386-sequent-sysv4
1123 # I just have to hope. -- rms.
1125 echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION"
1130 echo "$UNAME_MACHINE"-pc-os2-emx
1132 i*86:XTS-300:*:STOP)
1133 echo "$UNAME_MACHINE"-unknown-stop
1136 echo "$UNAME_MACHINE"-unknown-atheos
1139 echo "$UNAME_MACHINE"-pc-syllable
1142 echo i386-unknown-lynxos"$UNAME_RELEASE"
1145 echo "$UNAME_MACHINE"-pc-msdosdjgpp
1150 echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL"
1152 echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL"
1156 # UnixWare 7.x, OpenUNIX and OpenServer 6.
1157 case `/bin/uname -X | grep "^Machine"` in
1162 echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}"
1165 if test -f /usr/options/cb.name; then
1166 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
1167 echo "$UNAME_MACHINE"-pc-isc"$UNAME_REL"
1168 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1169 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
1170 (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
1171 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
1173 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
1175 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
1177 echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL"
1179 echo "$UNAME_MACHINE"-pc-sysv32
1184 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1188 # this is a cross-build.
1189 echo i586-pc-msdosdjgpp
1192 echo i386-pc-mach3
1195 echo i860-intel-osf1
1197 i860:*:4.*:*) # i860-SVR4
1199 echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4
1200 else # Add other i860-SVR4 vendors below as they are discovered.
1201 echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4
1206 echo m68010-convergent-sysv
1209 echo m68k-convergent-sysv
1211 M680?0:D-NIX:5.3:*)
1212 echo m68k-diab-dnix
1215 test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
1218 test -r /etc/.relid \
1219 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1220 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1221 && { echo i486-ncr-sysv4.3"$OS_REL"; exit; }
1222 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1223 && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;;
1225 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1226 && { echo i486-ncr-sysv4; exit; } ;;
1229 test -r /etc/.relid \
1230 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1231 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1232 && { echo i486-ncr-sysv4.3"$OS_REL"; exit; }
1233 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1234 && { echo i586-ncr-sysv4.3"$OS_REL"; exit; }
1235 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1236 && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;;
1238 echo m68k-unknown-lynxos"$UNAME_RELEASE"
1241 echo m68k-atari-sysv4
1244 echo sparc-unknown-lynxos"$UNAME_RELEASE"
1247 echo rs6000-unknown-lynxos"$UNAME_RELEASE"
1250 echo powerpc-unknown-lynxos"$UNAME_RELEASE"
1253 echo mips-dde-sysv"$UNAME_RELEASE"
1255 RM*:ReliantUNIX-*:*:*)
1256 echo mips-sni-sysv4
1258 RM*:SINIX-*:*:*)
1259 echo mips-sni-sysv4
1261 *:SINIX-*:*:*)
1262 if uname -p 2>/dev/null >/dev/null ; then
1263 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1264 echo "$UNAME_MACHINE"-sni-sysv4
1266 echo ns32k-sni-sysv
1271 echo i586-unisys-sysv4
1275 # How about differentiating between stratus architectures? -djm
1276 echo hppa1.1-stratus-sysv4
1280 echo i860-stratus-sysv4
1284 echo "$UNAME_MACHINE"-stratus-vos
1288 echo hppa1.1-stratus-vos
1291 echo m68k-apple-aux"$UNAME_RELEASE"
1293 news*:NEWS-OS:6*:*)
1294 echo mips-sony-newsos6
1297 if test -d /usr/nec; then
1298 echo mips-nec-sysv"$UNAME_RELEASE"
1300 echo mips-unknown-sysv"$UNAME_RELEASE"
1304 echo powerpc-be-beos
1307 echo powerpc-apple-beos
1310 echo i586-pc-beos
1313 echo i586-pc-haiku
1315 x86_64:Haiku:*:*)
1316 echo x86_64-unknown-haiku
1318 SX-4:SUPER-UX:*:*)
1319 echo sx4-nec-superux"$UNAME_RELEASE"
1321 SX-5:SUPER-UX:*:*)
1322 echo sx5-nec-superux"$UNAME_RELEASE"
1324 SX-6:SUPER-UX:*:*)
1325 echo sx6-nec-superux"$UNAME_RELEASE"
1327 SX-7:SUPER-UX:*:*)
1328 echo sx7-nec-superux"$UNAME_RELEASE"
1330 SX-8:SUPER-UX:*:*)
1331 echo sx8-nec-superux"$UNAME_RELEASE"
1333 SX-8R:SUPER-UX:*:*)
1334 echo sx8r-nec-superux"$UNAME_RELEASE"
1336 SX-ACE:SUPER-UX:*:*)
1337 echo sxace-nec-superux"$UNAME_RELEASE"
1340 echo powerpc-apple-rhapsody"$UNAME_RELEASE"
1343 echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE"
1346 echo aarch64-apple-darwin"$UNAME_RELEASE"
1349 UNAME_PROCESSOR=`uname -p`
1353 if command -v xcode-select > /dev/null 2> /dev/null && \
1354 ! xcode-select --print-path > /dev/null 2> /dev/null ; then
1364 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1368 i386) UNAME_PROCESSOR=x86_64 ;;
1372 # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
1374 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1380 # uname -m returns i386 or x86_64
1383 echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE"
1386 UNAME_PROCESSOR=`uname -p`
1391 echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE"
1394 echo i386-pc-qnx
1396 NEO-*:NONSTOP_KERNEL:*:*)
1397 echo neo-tandem-nsk"$UNAME_RELEASE"
1399 NSE-*:NONSTOP_KERNEL:*:*)
1400 echo nse-tandem-nsk"$UNAME_RELEASE"
1402 NSR-*:NONSTOP_KERNEL:*:*)
1403 echo nsr-tandem-nsk"$UNAME_RELEASE"
1405 NSV-*:NONSTOP_KERNEL:*:*)
1406 echo nsv-tandem-nsk"$UNAME_RELEASE"
1408 NSX-*:NONSTOP_KERNEL:*:*)
1409 echo nsx-tandem-nsk"$UNAME_RELEASE"
1411 *:NonStop-UX:*:*)
1412 echo mips-compaq-nonstopux
1415 echo bs2000-siemens-sysv
1418 echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE"
1421 # "uname -m" is not consistent, so use $cputype instead. 386
1430 echo "$UNAME_MACHINE"-unknown-plan9
1432 *:TOPS-10:*:*)
1433 echo pdp10-unknown-tops10
1436 echo pdp10-unknown-tenex
1438 KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
1439 echo pdp10-dec-tops20
1441 XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
1442 echo pdp10-xkl-tops20
1444 *:TOPS-20:*:*)
1445 echo pdp10-unknown-tops20
1448 echo pdp10-unknown-its
1451 echo mips-sei-seiux"$UNAME_RELEASE"
1454 echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
1457 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1459 A*) echo alpha-dec-vms ; exit ;;
1460 I*) echo ia64-dec-vms ; exit ;;
1461 V*) echo vax-dec-vms ; exit ;;
1464 echo i386-pc-xenix
1467 echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
1470 echo "$UNAME_MACHINE"-pc-rdos
1473 echo "$UNAME_MACHINE"-pc-aros
1475 x86_64:VMkernel:*:*)
1476 echo "$UNAME_MACHINE"-unknown-esx
1479 echo x86_64-unknown-onefs
1482 echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE"
1507 printf ("mips-sony-bsd\n"); exit (0);
1510 printf ("m68k-sony-newsos%s\n",
1525 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
1527 printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
1529 printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
1535 printf ("ns32k-encore-sysv\n"); exit (0);
1538 printf ("ns32k-encore-mach\n"); exit (0);
1540 printf ("ns32k-encore-bsd\n"); exit (0);
1546 printf ("i386-pc-bsd\n"); exit (0);
1551 printf ("i386-sequent-dynix\n"); exit (0);
1554 printf ("ns32k-sequent-dynix\n"); exit (0);
1563 printf ("i386-sequent-ptx2\n"); exit (0);
1566 printf ("i386-sequent-ptx1\n"); exit (0);
1568 printf ("i386-sequent-ptx\n"); exit (0);
1576 printf ("vax-dec-bsd4.3\n"); exit (0);
1579 printf ("vax-dec-bsd4.3reno\n"); exit (0);
1581 printf ("vax-dec-bsd\n"); exit (0);
1585 printf ("vax-dec-bsd\n"); exit (0);
1591 printf ("vax-dec-ultrix%s\n", un.release); exit (0);
1593 printf ("vax-dec-ultrix\n"); exit (0);
1602 printf ("mips-dec-ultrix%s\n", un.release); exit (0);
1604 printf ("mips-dec-ultrix\n"); exit (0);
1610 printf ("i860-alliant-bsd\n"); exit (0);
1617 $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
1621 test -d /usr/apollo && { echo "$ISP-apollo-$SYSTYPE"; exit; }
1647 year=`echo $timestamp | sed 's,-.*,,'`
1649 if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then
1653 information you think might be pertinent to config-patches@gnu.org to
1658 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1659 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1660 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1661 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1663 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
1664 /bin/uname -X = `(/bin/uname -X) 2>/dev/null`
1668 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
1683 # eval: (add-hook 'before-save-hook 'time-stamp)
1684 # time-stamp-start: "timestamp='"
1685 # time-stamp-format: "%:y-%02m-%02d"
1686 # time-stamp-end: "'"