comparison build-aux/config.guess @ 40187:7f943adad683

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 19 Feb 2019 08:54:45 -0800
parents f9262966eef6
children 053dfcf64bef
comparison
equal deleted inserted replaced
40186:8964917f9574 40187:7f943adad683
1 #! /bin/sh 1 #! /bin/sh
2 # Attempt to guess a canonical system name. 2 # Attempt to guess a canonical system name.
3 # Copyright 1992-2019 Free Software Foundation, Inc. 3 # Copyright 1992-2019 Free Software Foundation, Inc.
4 4
5 timestamp='2019-01-15' 5 timestamp='2019-02-19'
6 6
7 # This file is free software; you can redistribute it and/or modify it 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 8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or 9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version. 10 # (at your option) any later version.
1111 case `/bin/uname -X | grep "^Machine"` in 1111 case `/bin/uname -X | grep "^Machine"` in
1112 *486*) UNAME_MACHINE=i486 ;; 1112 *486*) UNAME_MACHINE=i486 ;;
1113 *Pentium) UNAME_MACHINE=i586 ;; 1113 *Pentium) UNAME_MACHINE=i586 ;;
1114 *Pent*|*Celeron) UNAME_MACHINE=i686 ;; 1114 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
1115 esac 1115 esac
1116 echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" 1116 echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}"
1117 exit ;; 1117 exit ;;
1118 i*86:*:3.2:*) 1118 i*86:*:3.2:*)
1119 if test -f /usr/options/cb.name; then 1119 if test -f /usr/options/cb.name; then
1120 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` 1120 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
1121 echo "$UNAME_MACHINE"-pc-isc"$UNAME_REL" 1121 echo "$UNAME_MACHINE"-pc-isc"$UNAME_REL"