~ubuntu-branches/ubuntu/vivid/icedtea-web/vivid

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2013-01-03 08:07:29 UTC
  • mfrom: (21.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20130103080729-9g60pbts487rd9qx
Tags: 1.3.1-1ubuntu1
Regenerate control file

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
5
#   2011, 2012 Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2012-01-01'
 
7
timestamp='2012-02-10'
8
8
 
9
9
# This file is free software; you can redistribute it and/or modify it
10
10
# under the terms of the GNU General Public License as published by
17
17
# General Public License for more details.
18
18
#
19
19
# You should have received a copy of the GNU General Public License
20
 
# along with this program; if not, write to the Free Software
21
 
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
22
 
# 02110-1301, USA.
 
20
# along with this program; if not, see <http://www.gnu.org/licenses/>.
23
21
#
24
22
# As a special exception to the GNU General Public License, if you
25
23
# distribute this file as part of a program that contains a
863
861
    i*86:Minix:*:*)
864
862
        echo ${UNAME_MACHINE}-pc-minix
865
863
        exit ;;
 
864
    aarch64:Linux:*:*)
 
865
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
866
        exit ;;
 
867
    aarch64_be:Linux:*:*)
 
868
        UNAME_MACHINE=aarch64_be
 
869
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
870
        exit ;;
866
871
    alpha:Linux:*:*)
867
872
        case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
868
873
          EV5)   UNAME_MACHINE=alphaev5 ;;
1320
1325
    i*86:AROS:*:*)
1321
1326
        echo ${UNAME_MACHINE}-pc-aros
1322
1327
        exit ;;
 
1328
    x86_64:VMkernel:*:*)
 
1329
        echo ${UNAME_MACHINE}-unknown-esx
 
1330
        exit ;;
1323
1331
esac
1324
1332
 
1325
1333
#echo '(No uname command or uname output not recognized.)' 1>&2