From a179b25eb0be25b63e4bffcc43dbe837c610a69b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 8 Aug 2019 00:34:15 +0200 Subject: [PATCH] Update config.guess --- build-aux/config.guess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-aux/config.guess b/build-aux/config.guess index 41b8b854..97ad0733 100644 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2019-06-10' +timestamp='2019-07-24' # 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 @@ -278,8 +278,8 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in echo "$UNAME_MACHINE"-unknown-redox exit ;; mips:OSF1:*.*) - echo mips-dec-osf1 - exit ;; + echo mips-dec-osf1 + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0)