diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-12-25 02:33:29 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-12-25 02:36:03 -0800 |
commit | 42d58264db165d265cba68d6dbebc53a50738355 (patch) | |
tree | 87543f2f0992a6b57a34dbd6ee04f48c3f6e7486 /build-aux | |
parent | 5880c7caab394eac55c44d4be42b2f45dbd9bc53 (diff) | |
download | emacs-42d58264db165d265cba68d6dbebc53a50738355.tar.gz emacs-42d58264db165d265cba68d6dbebc53a50738355.tar.bz2 emacs-42d58264db165d265cba68d6dbebc53a50738355.zip |
Update Gnulib.
All changes in this commit are autogenerated by running
admin/merge-gnulib.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess index 699b3a10b21..7f748177972 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 ;; |