diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-12-30 19:53:00 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-12-30 19:53:00 +0200 |
commit | 2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3 (patch) | |
tree | 604f00ab4d447ba4bd96b087c39ff43d70efa1ef /build-aux/config.guess | |
parent | f113836a8fc282b7c7642eff82a4cf73d8e346fa (diff) | |
download | egawk-2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3.tar.gz egawk-2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3.tar.bz2 egawk-2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3.zip |
Update build aux files.
Diffstat (limited to 'build-aux/config.guess')
-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 699b3a10..7f748177 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 ;; |