summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-12-24 14:47:31 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-12-24 14:49:08 -0800
commit6f600ec73085df142211bf8505083dcdd59859bb (patch)
treeb23383e112bbf7c8fb568d7d826fdb6127ce0568 /build-aux/config.guess
parentf2ca14d1555c7f8de305c21993fd1f805f48a9a7 (diff)
downloadgnulib-6f600ec73085df142211bf8505083dcdd59859bb.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess5
1 files changed, 4 insertions, 1 deletions
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 ;;