File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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 ;;
13961399esac
13971400
13981401cat >&2 << EOF
Original file line number Diff line number Diff line change 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'
5353me=` echo " $0 " | sed -e ' s,.*/,,' `
5454
5555usage=" \
56- Usage: $0 [OPTION] CPU-MFR-OPSYS
57- $0 [OPTION] ALIAS
56+ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
5857
5958Canonicalize 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* )
You can’t perform that action at this time.
0 commit comments