From 6f600ec73085df142211bf8505083dcdd59859bb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 24 Dec 2020 14:47:31 -0800 Subject: autoupdate --- build-aux/config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build-aux/config.guess') diff --git a/build-aux/config.guess b/build-aux/config.guess index 699b3a10b2..7f74817797 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2020 Free Software Foundation, Inc. -timestamp='2020-11-19' +timestamp='2020-12-22' # 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 @@ -996,6 +996,9 @@ EOF k1om:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; m32r*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; -- cgit v1.2.1