diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-26 00:54:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-26 00:54:10 +0000 |
commit | 35015fd673094c069e878afcd2debe4dfe27c0f3 (patch) | |
tree | 064ffa31d0cea0ca35a13ae715ef70544a5625ef /Master/tlpkg | |
parent | a7c943538691a3831fb378a43bd02c8ecf612587 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 699b3a10b21..7f748177972 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/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 ;; |