From: Karl Berry Date: Tue, 27 Nov 2018 16:25:10 +0000 (-0800) Subject: autoupdate X-Git-Tag: v1.0~5287 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=21fa3d5ca9c1bb4a3d6192b87adec42126c4f99d;p=gnulib.git autoupdate --- 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*)