From c003e5cb947924ca5edd25c3b840aaa373c66b28 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 26 Sep 2017 12:16:03 +1000 Subject: [PATCH] * config.guess: Output a note that a C compiler may be needed when guessing fails on MIPS GNU/Linux systems. --- ChangeLog | 5 +++++ config.guess | 14 +++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6666c83..652d686 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-09-26 Ben Elliston + + * config.guess: Output a note that a C compiler may be needed when + guessing fails on MIPS GNU/Linux systems. + 2017-09-26 Ben Elliston * config.guess (Local variables): Use 'write-file-functions diff --git a/config.guess b/config.guess index 79c859b..ba1c143 100755 --- a/config.guess +++ b/config.guess @@ -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 <