changeset 39189:f4d20d1e9d4d

autoupdate
author Karl Berry <karl@freefriends.org>
date Sun, 17 Dec 2017 08:02:54 -0800
parents 9604f358c288
children c8f877414114
files build-aux/config.guess
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)