~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/build-aux/config.guess

  • Committer: Arnold D. Robbins
  • Date: 2018-12-06 19:52:01 UTC
  • mfrom: (731.18.20)
  • Revision ID: git-v1:34622512479581e773239909c5ad8c3d8fd5d7b8
Merge branch 'gawk-4.2-stable'

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Attempt to guess a canonical system name.
3
3
#   Copyright 1992-2018 Free Software Foundation, Inc.
4
4
 
5
 
timestamp='2018-08-29'
 
5
timestamp='2018-11-28'
6
6
 
7
7
# This file is free software; you can redistribute it and/or modify it
8
8
# under the terms of the GNU General Public License as published by
1424
1424
    amd64:Isilon\ OneFS:*:*)
1425
1425
        echo x86_64-unknown-onefs
1426
1426
        exit ;;
 
1427
    *:Unleashed:*:*)
 
1428
        echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE"
 
1429
        exit ;;
1427
1430
esac
1428
1431
 
1429
1432
echo "$0: unable to guess system type" >&2