aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-12-30 19:53:00 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-12-30 19:53:00 +0200
commit2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3 (patch)
tree604f00ab4d447ba4bd96b087c39ff43d70efa1ef /build-aux/config.guess
parentf113836a8fc282b7c7642eff82a4cf73d8e346fa (diff)
downloadegawk-2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3.tar.gz
egawk-2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3.tar.bz2
egawk-2347b25cf21f8703d0b3d41a3e04f12c0c99d7b3.zip
Update build aux files.
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 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 ;;