summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-12-02 22:49:09 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-12-02 23:55:00 -0800
commit25a33aa2d173d933af294a7ea130960c720e1be5 (patch)
tree553ea1a50c58435fcb158ccf7babcff1fc7156ae /build-aux/config.guess
parent3e5d7755454bea9b6ffd232b1d115c629cdb193d (diff)
downloademacs-25a33aa2d173d933af294a7ea130960c720e1be5.tar.gz
Update from Gnulib
This incorporates: 2018-11-30 memrchr: port better to clang 2018-11-21 mktime: add libc-config dependency * build-aux/config.guess, build-aux/config.sub, lib/memrchr.c: Copy from Gnulib. * m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 18f8edc0ff5..47d7bed50c5 100755
--- a/build-aux/config.guess
+++ b/build-aux/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