aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-11-28 20:39:36 +1100
committerBen Elliston <bje@gnu.org>2018-11-28 20:39:36 +1100
commit5fbd523b5af7b9fc84bca1ea9fabcab36ea4fcee (patch)
treeaa595a0909317531231d4219880476c064c3bd9b /config.guess
parent48b5351b4811292c3a8a6bc535564aa1b1934969 (diff)
* config.guess: Update to latest version.
* config.sub: Likewise.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 18f8edc..47d7bed 100755
--- a/config.guess
+++ b/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
-timestamp='2018-08-29'
+timestamp='2018-11-28'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -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