summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-27 08:25:10 -0800
committerKarl Berry <karl@freefriends.org>2018-11-27 08:25:10 -0800
commit21fa3d5ca9c1bb4a3d6192b87adec42126c4f99d (patch)
treeece3d3315f4695aacb89a821452c15c19fb13aa7 /build-aux/config.guess
parentb9ca447bb912cad2fd7aeeda3784aff42f13a336 (diff)
downloadgnulib-21fa3d5ca9c1bb4a3d6192b87adec42126c4f99d.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 18f8edc0ff..5cd5606ed3 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -1424,6 +1424,9 @@ EOF
amd64:Isilon\ OneFS:*:*)
echo x86_64-unknown-onefs
exit ;;
+ *:Unleashed:*:*)
+ echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE"
+ exit ;;
esac
echo "$0: unable to guess system type" >&2