# HG changeset patch # User Karl Berry # Date 1513526574 28800 # Node ID f4d20d1e9d4d90ac2c69e46bc377305daa11c626 # Parent 9604f358c288330528f1b622923669d6418d4919 autoupdate diff -r 9604f358c288 -r f4d20d1e9d4d build-aux/config.guess --- a/build-aux/config.guess Sat Dec 16 04:02:01 2017 +0100 +++ b/build-aux/config.guess Sun Dec 17 08:02:54 2017 -0800 @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-11-07' +timestamp='2017-12-17' # 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 @@ -265,6 +265,9 @@ *:Redox:*:*) echo ${UNAME_MACHINE}-unknown-redox exit ;; + mips:OSF1:*.*) + echo mips-dec-osf1 + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0)