From 35015fd673094c069e878afcd2debe4dfe27c0f3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 Dec 2020 00:54:10 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@57230 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/installer/config.guess') 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 ;; -- cgit v1.2.3