Skip to content

Commit e0769e1

Browse files
committed
[depends] Latest config.guess & config.sub
1 parent 23a3c47 commit e0769e1

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

depends/config.guess

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Attempt to guess a canonical system name.
33
# Copyright 1992-2015 Free Software Foundation, Inc.
44

5-
timestamp='2015-10-21'
5+
timestamp='2015-11-19'
66

77
# This file is free software; you can redistribute it and/or modify it
88
# under the terms of the GNU General Public License as published by
@@ -1393,6 +1393,9 @@ EOF
13931393
x86_64:VMkernel:*:*)
13941394
echo ${UNAME_MACHINE}-unknown-esx
13951395
exit ;;
1396+
amd64:Isilon\ OneFS:*:*)
1397+
echo x86_64-unknown-onefs
1398+
exit ;;
13961399
esac
13971400

13981401
cat >&2 <<EOF

depends/config.sub

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Configuration validation subroutine script.
33
# Copyright 1992-2015 Free Software Foundation, Inc.
44

5-
timestamp='2015-08-20'
5+
timestamp='2015-11-22'
66

77
# This file is free software; you can redistribute it and/or modify it
88
# under the terms of the GNU General Public License as published by
@@ -53,8 +53,7 @@ timestamp='2015-08-20'
5353
me=`echo "$0" | sed -e 's,.*/,,'`
5454

5555
usage="\
56-
Usage: $0 [OPTION] CPU-MFR-OPSYS
57-
$0 [OPTION] ALIAS
56+
Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
5857
5958
Canonicalize a configuration name.
6059
@@ -1399,7 +1398,8 @@ case $os in
13991398
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
14001399
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
14011400
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1402-
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
1401+
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
1402+
| -onefs* | -tirtos*)
14031403
# Remember, each alternative MUST END IN *, to match a version number.
14041404
;;
14051405
-qnx*)

0 commit comments

Comments
 (0)