diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-29 01:23:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-29 01:23:15 +0000 |
commit | f827a8f28b6682ac9511efcfd5bcee10625a170c (patch) | |
tree | ba65b1b27e1e92bcf1036c191242a05862894dce /Build/source/build-aux | |
parent | cd7461e9e3bd069cee6be1616c1d343d085acb89 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49268 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux')
-rwxr-xr-x | Build/source/build-aux/config.guess | 3 | ||||
-rwxr-xr-x | Build/source/build-aux/config.sub | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index 18f8edc0ff5..5cd5606ed32 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/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 diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index b29f8f126e3..40aaf320402 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -1361,7 +1361,7 @@ case $os in | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ - | midnightbsd* | amdhsa*) + | midnightbsd* | amdhsa* | unleashed*) # Remember, each alternative MUST END IN *, to match a version number. ;; qnx*) |