summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-29 01:23:15 +0000
committerKarl Berry <karl@freefriends.org>2018-11-29 01:23:15 +0000
commitf827a8f28b6682ac9511efcfd5bcee10625a170c (patch)
treeba65b1b27e1e92bcf1036c191242a05862894dce /Build/source/utils/asymptote/config.guess
parentcd7461e9e3bd069cee6be1616c1d343d085acb89 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49268 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/config.guess')
-rwxr-xr-xBuild/source/utils/asymptote/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess
index 18f8edc0ff5..5cd5606ed32 100755
--- a/Build/source/utils/asymptote/config.guess
+++ b/Build/source/utils/asymptote/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