ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/config.guess
(Generate patch)

Comparing hopm/branches/1.1.x/config.guess (file contents):
Revision 8551 by michael, Thu Jul 2 13:10:18 2015 UTC vs.
Revision 8552 by michael, Sat Sep 22 20:56:36 2018 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # Attempt to guess a canonical system name.
3 < #   Copyright 1992-2014 Free Software Foundation, Inc.
3 > #   Copyright 1992-2017 Free Software Foundation, Inc.
4  
5 < timestamp='2014-11-04'
5 > timestamp='2017-05-27'
6  
7   # This file is free software; you can redistribute it and/or modify it
8   # under the terms of the GNU General Public License as published by
# Line 27 | Line 27 | timestamp='2014-11-04'
27   # Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
28   #
29   # You can get the latest version of this script from:
30 < # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
30 > # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
31   #
32   # Please send patches to <config-patches@gnu.org>.
33  
# Line 50 | Line 50 | version="\
50   GNU config.guess ($timestamp)
51  
52   Originally written by Per Bothner.
53 < Copyright 1992-2014 Free Software Foundation, Inc.
53 > Copyright 1992-2017 Free Software Foundation, Inc.
54  
55   This is free software; see the source for copying conditions.  There is NO
56   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
# Line 168 | Line 168 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
168          # Note: NetBSD doesn't particularly care about the vendor
169          # portion of the name.  We always set it to "unknown".
170          sysctl="sysctl -n hw.machine_arch"
171 <        UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
172 <            /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
171 >        UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
172 >            /sbin/$sysctl 2>/dev/null || \
173 >            /usr/sbin/$sysctl 2>/dev/null || \
174 >            echo unknown)`
175          case "${UNAME_MACHINE_ARCH}" in
176              armeb) machine=armeb-unknown ;;
177              arm*) machine=arm-unknown ;;
178              sh3el) machine=shl-unknown ;;
179              sh3eb) machine=sh-unknown ;;
180              sh5el) machine=sh5le-unknown ;;
181 +            earmv*)
182 +                arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
183 +                endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
184 +                machine=${arch}${endian}-unknown
185 +                ;;
186              *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
187          esac
188          # The Operating System including object format, if it has switched
189 <        # to ELF recently, or will in the future.
189 >        # to ELF recently (or will in the future) and ABI.
190          case "${UNAME_MACHINE_ARCH}" in
191 +            earm*)
192 +                os=netbsdelf
193 +                ;;
194              arm*|i386|m68k|ns32k|sh3*|sparc|vax)
195                  eval $set_cc_for_build
196                  if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
# Line 197 | Line 207 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
207                  os=netbsd
208                  ;;
209          esac
210 +        # Determine ABI tags.
211 +        case "${UNAME_MACHINE_ARCH}" in
212 +            earm*)
213 +                expr='s/^earmv[0-9]/-eabi/;s/eb$//'
214 +                abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
215 +                ;;
216 +        esac
217          # The OS release
218          # Debian GNU/NetBSD machines have a different userland, and
219          # thus, need a distinct triplet. However, they do not need
# Line 207 | Line 224 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
224                  release='-gnu'
225                  ;;
226              *)
227 <                release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
227 >                release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
228                  ;;
229          esac
230          # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
231          # contains redundant information, the shorter form:
232          # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
233 <        echo "${machine}-${os}${release}"
233 >        echo "${machine}-${os}${release}${abi}"
234          exit ;;
235      *:Bitrig:*:*)
236          UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
# Line 223 | Line 240 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
240          UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
241          echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
242          exit ;;
243 +    *:LibertyBSD:*:*)
244 +        UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
245 +        echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
246 +        exit ;;
247      *:ekkoBSD:*:*)
248          echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
249          exit ;;
# Line 235 | Line 256 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
256      *:MirBSD:*:*)
257          echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
258          exit ;;
259 +    *:Sortix:*:*)
260 +        echo ${UNAME_MACHINE}-unknown-sortix
261 +        exit ;;
262      alpha:OSF1:*:*)
263          case $UNAME_RELEASE in
264          *4.0)
# Line 251 | Line 275 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
275          ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
276          case "$ALPHA_CPU_TYPE" in
277              "EV4 (21064)")
278 <                UNAME_MACHINE="alpha" ;;
278 >                UNAME_MACHINE=alpha ;;
279              "EV4.5 (21064)")
280 <                UNAME_MACHINE="alpha" ;;
280 >                UNAME_MACHINE=alpha ;;
281              "LCA4 (21066/21068)")
282 <                UNAME_MACHINE="alpha" ;;
282 >                UNAME_MACHINE=alpha ;;
283              "EV5 (21164)")
284 <                UNAME_MACHINE="alphaev5" ;;
284 >                UNAME_MACHINE=alphaev5 ;;
285              "EV5.6 (21164A)")
286 <                UNAME_MACHINE="alphaev56" ;;
286 >                UNAME_MACHINE=alphaev56 ;;
287              "EV5.6 (21164PC)")
288 <                UNAME_MACHINE="alphapca56" ;;
288 >                UNAME_MACHINE=alphapca56 ;;
289              "EV5.7 (21164PC)")
290 <                UNAME_MACHINE="alphapca57" ;;
290 >                UNAME_MACHINE=alphapca57 ;;
291              "EV6 (21264)")
292 <                UNAME_MACHINE="alphaev6" ;;
292 >                UNAME_MACHINE=alphaev6 ;;
293              "EV6.7 (21264A)")
294 <                UNAME_MACHINE="alphaev67" ;;
294 >                UNAME_MACHINE=alphaev67 ;;
295              "EV6.8CB (21264C)")
296 <                UNAME_MACHINE="alphaev68" ;;
296 >                UNAME_MACHINE=alphaev68 ;;
297              "EV6.8AL (21264B)")
298 <                UNAME_MACHINE="alphaev68" ;;
298 >                UNAME_MACHINE=alphaev68 ;;
299              "EV6.8CX (21264D)")
300 <                UNAME_MACHINE="alphaev68" ;;
300 >                UNAME_MACHINE=alphaev68 ;;
301              "EV6.9A (21264/EV69A)")
302 <                UNAME_MACHINE="alphaev69" ;;
302 >                UNAME_MACHINE=alphaev69 ;;
303              "EV7 (21364)")
304 <                UNAME_MACHINE="alphaev7" ;;
304 >                UNAME_MACHINE=alphaev7 ;;
305              "EV7.9 (21364A)")
306 <                UNAME_MACHINE="alphaev79" ;;
306 >                UNAME_MACHINE=alphaev79 ;;
307          esac
308          # A Pn.n version is a patched version.
309          # A Vn.n version is a released version.
310          # A Tn.n version is a released field test version.
311          # A Xn.n version is an unreleased experimental baselevel.
312          # 1.2 uses "1.2" for uname -r.
313 <        echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
313 >        echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
314          # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
315          exitcode=$?
316          trap '' 0
# Line 359 | Line 383 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
383          exit ;;
384      i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
385          eval $set_cc_for_build
386 <        SUN_ARCH="i386"
386 >        SUN_ARCH=i386
387          # If there is a compiler, see if it is configured for 64-bit objects.
388          # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
389          # This test works for both compilers.
390 <        if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
390 >        if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
391              if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
392 <                (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
392 >                (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
393                  grep IS_64BIT_ARCH >/dev/null
394              then
395 <                SUN_ARCH="x86_64"
395 >                SUN_ARCH=x86_64
396              fi
397          fi
398          echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
# Line 393 | Line 417 | case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
417          exit ;;
418      sun*:*:4.2BSD:*)
419          UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
420 <        test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
420 >        test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
421          case "`/bin/arch`" in
422              sun3)
423                  echo m68k-sun-sunos${UNAME_RELEASE}
# Line 618 | Line 642 | EOF
642                      sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
643                      sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
644                      case "${sc_cpu_version}" in
645 <                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
646 <                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
645 >                      523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0
646 >                      528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1
647                        532)                      # CPU_PA_RISC2_0
648                          case "${sc_kernel_bits}" in
649 <                          32) HP_ARCH="hppa2.0n" ;;
650 <                          64) HP_ARCH="hppa2.0w" ;;
651 <                          '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
649 >                          32) HP_ARCH=hppa2.0n ;;
650 >                          64) HP_ARCH=hppa2.0w ;;
651 >                          '') HP_ARCH=hppa2.0 ;;   # HP-UX 10.20
652                          esac ;;
653                      esac
654                  fi
# Line 663 | Line 687 | EOF
687                      exit (0);
688                  }
689   EOF
690 <                    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
690 >                    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
691                      test -z "$HP_ARCH" && HP_ARCH=hppa
692                  fi ;;
693          esac
694 <        if [ ${HP_ARCH} = "hppa2.0w" ]
694 >        if [ ${HP_ARCH} = hppa2.0w ]
695          then
696              eval $set_cc_for_build
697  
# Line 680 | Line 704 | EOF
704              # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
705              # => hppa64-hp-hpux11.23
706  
707 <            if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
707 >            if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
708                  grep -q __LP64__
709              then
710 <                HP_ARCH="hppa2.0w"
710 >                HP_ARCH=hppa2.0w
711              else
712 <                HP_ARCH="hppa64"
712 >                HP_ARCH=hppa64
713              fi
714          fi
715          echo ${HP_ARCH}-hp-hpux${HPUX_REV}
# Line 790 | Line 814 | EOF
814          echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
815          exit ;;
816      F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
817 <        FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
818 <        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
817 >        FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
818 >        FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
819          FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
820          echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
821          exit ;;
822      5000:UNIX_System_V:4.*:*)
823 <        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
824 <        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
823 >        FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
824 >        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
825          echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
826          exit ;;
827      i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
# Line 813 | Line 837 | EOF
837          UNAME_PROCESSOR=`/usr/bin/uname -p`
838          case ${UNAME_PROCESSOR} in
839              amd64)
840 <                echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
841 <            *)
842 <                echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
840 >                UNAME_PROCESSOR=x86_64 ;;
841 >            i386)
842 >                UNAME_PROCESSOR=i586 ;;
843          esac
844 +        echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
845          exit ;;
846      i*:CYGWIN*:*)
847          echo ${UNAME_MACHINE}-pc-cygwin
# Line 879 | Line 904 | EOF
904          exit ;;
905      *:GNU/*:*:*)
906          # other systems with GNU libc and userland
907 <        echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
907 >        echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
908          exit ;;
909      i*86:Minix:*:*)
910          echo ${UNAME_MACHINE}-pc-minix
# Line 902 | Line 927 | EOF
927            EV68*) UNAME_MACHINE=alphaev68 ;;
928          esac
929          objdump --private-headers /bin/sh | grep -q ld.so.1
930 <        if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
930 >        if test "$?" = 0 ; then LIBC=gnulibc1 ; fi
931          echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
932          exit ;;
933      arc:Linux:*:* | arceb:Linux:*:*)
# Line 933 | Line 958 | EOF
958      crisv32:Linux:*:*)
959          echo ${UNAME_MACHINE}-axis-linux-${LIBC}
960          exit ;;
961 +    e2k:Linux:*:*)
962 +        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
963 +        exit ;;
964      frv:Linux:*:*)
965          echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
966          exit ;;
# Line 945 | Line 973 | EOF
973      ia64:Linux:*:*)
974          echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
975          exit ;;
976 +    k1om:Linux:*:*)
977 +        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
978 +        exit ;;
979      m32r*:Linux:*:*)
980          echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
981          exit ;;
# Line 970 | Line 1001 | EOF
1001          eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
1002          test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
1003          ;;
1004 +    mips64el:Linux:*:*)
1005 +        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1006 +        exit ;;
1007      openrisc*:Linux:*:*)
1008          echo or1k-unknown-linux-${LIBC}
1009          exit ;;
# Line 1002 | Line 1036 | EOF
1036      ppcle:Linux:*:*)
1037          echo powerpcle-unknown-linux-${LIBC}
1038          exit ;;
1039 +    riscv32:Linux:*:* | riscv64:Linux:*:*)
1040 +        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1041 +        exit ;;
1042      s390:Linux:*:* | s390x:Linux:*:*)
1043          echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
1044          exit ;;
# Line 1021 | Line 1058 | EOF
1058          echo ${UNAME_MACHINE}-dec-linux-${LIBC}
1059          exit ;;
1060      x86_64:Linux:*:*)
1061 <        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1061 >        echo ${UNAME_MACHINE}-pc-linux-${LIBC}
1062          exit ;;
1063      xtensa*:Linux:*:*)
1064          echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
# Line 1100 | Line 1137 | EOF
1137          # uname -m prints for DJGPP always 'pc', but it prints nothing about
1138          # the processor, so we play safe by assuming i586.
1139          # Note: whatever this is, it MUST be the same as what config.sub
1140 <        # prints for the "djgpp" host, or else GDB configury will decide that
1140 >        # prints for the "djgpp" host, or else GDB configure will decide that
1141          # this is a cross-build.
1142          echo i586-pc-msdosdjgpp
1143          exit ;;
# Line 1249 | Line 1286 | EOF
1286      SX-8R:SUPER-UX:*:*)
1287          echo sx8r-nec-superux${UNAME_RELEASE}
1288          exit ;;
1289 +    SX-ACE:SUPER-UX:*:*)
1290 +        echo sxace-nec-superux${UNAME_RELEASE}
1291 +        exit ;;
1292      Power*:Rhapsody:*:*)
1293          echo powerpc-apple-rhapsody${UNAME_RELEASE}
1294          exit ;;
# Line 1262 | Line 1302 | EOF
1302              UNAME_PROCESSOR=powerpc
1303          fi
1304          if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1305 <            if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1305 >            if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
1306                  if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1307 <                    (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1308 <                    grep IS_64BIT_ARCH >/dev/null
1307 >                       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1308 >                       grep IS_64BIT_ARCH >/dev/null
1309                  then
1310                      case $UNAME_PROCESSOR in
1311                          i386) UNAME_PROCESSOR=x86_64 ;;
1312                          powerpc) UNAME_PROCESSOR=powerpc64 ;;
1313                      esac
1314                  fi
1315 +                # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
1316 +                if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
1317 +                       (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1318 +                       grep IS_PPC >/dev/null
1319 +                then
1320 +                    UNAME_PROCESSOR=powerpc
1321 +                fi
1322              fi
1323          elif test "$UNAME_PROCESSOR" = i386 ; then
1324              # Avoid executing cc on OS X 10.9, as it ships with a stub
# Line 1286 | Line 1333 | EOF
1333          exit ;;
1334      *:procnto*:*:* | *:QNX:[0123456789]*:*)
1335          UNAME_PROCESSOR=`uname -p`
1336 <        if test "$UNAME_PROCESSOR" = "x86"; then
1336 >        if test "$UNAME_PROCESSOR" = x86; then
1337                  UNAME_PROCESSOR=i386
1338                  UNAME_MACHINE=pc
1339          fi
# Line 1295 | Line 1342 | EOF
1342      *:QNX:*:4*)
1343          echo i386-pc-qnx
1344          exit ;;
1345 <    NEO-?:NONSTOP_KERNEL:*:*)
1345 >    NEO-*:NONSTOP_KERNEL:*:*)
1346          echo neo-tandem-nsk${UNAME_RELEASE}
1347          exit ;;
1348      NSE-*:NONSTOP_KERNEL:*:*)
1349          echo nse-tandem-nsk${UNAME_RELEASE}
1350          exit ;;
1351 <    NSR-?:NONSTOP_KERNEL:*:*)
1351 >    NSR-*:NONSTOP_KERNEL:*:*)
1352          echo nsr-tandem-nsk${UNAME_RELEASE}
1353          exit ;;
1354 +    NSX-*:NONSTOP_KERNEL:*:*)
1355 +        echo nsx-tandem-nsk${UNAME_RELEASE}
1356 +        exit ;;
1357      *:NonStop-UX:*:*)
1358          echo mips-compaq-nonstopux
1359          exit ;;
# Line 1317 | Line 1367 | EOF
1367          # "uname -m" is not consistent, so use $cputype instead. 386
1368          # is converted to i386 for consistency with other x86
1369          # operating systems.
1370 <        if test "$cputype" = "386"; then
1370 >        if test "$cputype" = 386; then
1371              UNAME_MACHINE=i386
1372          else
1373              UNAME_MACHINE="$cputype"
# Line 1359 | Line 1409 | EOF
1409          echo i386-pc-xenix
1410          exit ;;
1411      i*86:skyos:*:*)
1412 <        echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
1412 >        echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
1413          exit ;;
1414      i*86:rdos:*:*)
1415          echo ${UNAME_MACHINE}-pc-rdos
# Line 1370 | Line 1420 | EOF
1420      x86_64:VMkernel:*:*)
1421          echo ${UNAME_MACHINE}-unknown-esx
1422          exit ;;
1423 +    amd64:Isilon\ OneFS:*:*)
1424 +        echo x86_64-unknown-onefs
1425 +        exit ;;
1426   esac
1427  
1428   cat >&2 <<EOF
1429   $0: unable to guess system type
1430  
1431 < This script, last modified $timestamp, has failed to recognize
1432 < the operating system you are using. It is advised that you
1433 < download the most up to date version of the config scripts from
1431 > This script (version $timestamp), has failed to recognize the
1432 > operating system you are using. If your script is old, overwrite
1433 > config.guess and config.sub with the latest versions from:
1434  
1435 <  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1435 >  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1436   and
1437 <  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
1437 >  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
1438  
1439 < If the version you run ($0) is already up to date, please
1440 < send the following data and any information you think might be
1441 < pertinent to <config-patches@gnu.org> in order to provide the needed
1389 < information to handle your system.
1439 > If $0 has already been updated, send the following data and any
1440 > information you think might be pertinent to config-patches@gnu.org to
1441 > provide the necessary information to handle your system.
1442  
1443   config.guess timestamp = $timestamp
1444  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)