diff options
author | fanquake <fanquake@gmail.com> | 2015-12-09 16:49:58 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2015-12-09 16:49:58 +0800 |
commit | e0769e1928f892fb16f851991d8e09a90587a1f4 (patch) | |
tree | b72041584a149b5c046bfb7188a01db212c2380f /depends/config.guess | |
parent | 23a3c47f95c9c7c1778c488be6ea9ebbef2311ea (diff) |
[depends] Latest config.guess & config.sub
Diffstat (limited to 'depends/config.guess')
-rwxr-xr-x | depends/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/depends/config.guess b/depends/config.guess index b3f905370a..fba6e87a0f 100755 --- a/depends/config.guess +++ b/depends/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-10-21' +timestamp='2015-11-19' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1393,6 +1393,9 @@ EOF x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; + amd64:Isilon\ OneFS:*:*) + echo x86_64-unknown-onefs + exit ;; esac cat >&2 <<EOF |