aboutsummaryrefslogtreecommitdiff
path: root/depends/config.guess
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2015-11-10 23:23:33 +0800
committerWladimir J. van der Laan <laanwj@gmail.com>2015-12-18 09:42:09 +0100
commiteccd67106d7ebfcb1d0913c2036848f57ba344fb (patch)
tree1b3e2af9514e3b0a64df3d3008271d406f91217c /depends/config.guess
parentf3ad81220850a4158ab329f5279f7530cbb70a87 (diff)
downloadbitcoin-eccd67106d7ebfcb1d0913c2036848f57ba344fb.tar.xz
[Depends] Bump Boost, miniupnpc, ccache & zeromq
Bring dependencies up to date with master: [depends] Boost 1.59.0 [depends] miniupnpc 1.9.20151026 [depends] native ccache 3.2.4 [depends] zeromq 4.0.7 [depends] Latest config.guess & config.sub [depends] Fix miniupnpc compilation on osx Github-Pull: #6980 Rebased-From: 9e940fa4c650dd31c39dbc8ed4038e131c19d59c 17ad964c2ff8f9be62a6826012b565843d3d72ba 26f8ea5342994bc3dcc22163b86f086328b50769 10d3c77644d894338a02b05f64ba822f3a516401 23a3c47f95c9c7c1778c488be6ea9ebbef2311ea e0769e1928f892fb16f851991d8e09a90587a1f4
Diffstat (limited to 'depends/config.guess')
-rwxr-xr-xdepends/config.guess5
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