summaryrefslogtreecommitdiff
path: root/build-aux
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
parentb9ca447bb912cad2fd7aeeda3784aff42f13a336 (diff)
downloadgnulib-21fa3d5ca9c1bb4a3d6192b87adec42126c4f99d.tar.gz
autoupdate
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/config.guess3
-rwxr-xr-xbuild-aux/config.sub2
2 files changed, 4 insertions, 1 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
diff --git a/build-aux/config.sub b/build-aux/config.sub
index b29f8f126e..40aaf32040 100755
--- a/build-aux/config.sub
+++ b/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*)