X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=config.guess;h=47d7bed50c5c3bd01b82596451eef80529759591;hp=18f8edc0ff54405d81247b07a34a647675a29b2e;hb=31418a0e4a6f75ceffc9fee20ddbe390209a4ef4;hpb=4496a3f032d219fc5f622e9d82b0cd749e36fa0e diff --git a/config.guess b/config.guess index 18f8edc0..47d7bed5 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