From c3398c89851a38d2d6efed5ce1db9f87b5da7136 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 2 Oct 2017 21:59:37 +0300 Subject: Update some config.* files. --- extension/build-aux/ChangeLog | 4 ++++ extension/build-aux/config.guess | 18 +++++++++++++++--- extension/build-aux/config.sub | 4 ++-- 3 files changed, 21 insertions(+), 5 deletions(-) (limited to 'extension') diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog index ed4af9af..4dbf389e 100644 --- a/extension/build-aux/ChangeLog +++ b/extension/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2017-10-02 Arnold D. Robbins + + * config.guess, config.sub: Updated. + 2017-09-18 Arnold D. Robbins * ar-lib, compile, config.guess, config.sub, depcomp: Updated. diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess index 8bd1095f..ba1c1439 100755 --- a/extension/build-aux/config.guess +++ b/extension/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-09-16' +timestamp='2017-09-26' # 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 @@ -1400,8 +1400,20 @@ EOF exit ;; esac +echo "$0: unable to guess system type" >&2 + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}" in + mips:Linux | mips64:Linux) + # If we got here on MIPS GNU/Linux, output extra information. + cat >&2 <&2 <