From 07b20138841bb0e4c45e74a2a1d06cc91fe5a861 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 28 Dec 2020 03:03:19 +0000 Subject: CTAN sync 202012280303 --- systems/texlive/tlnet/tlpkg/installer/config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'systems/texlive/tlnet/tlpkg/installer/config.guess') diff --git a/systems/texlive/tlnet/tlpkg/installer/config.guess b/systems/texlive/tlnet/tlpkg/installer/config.guess index 699b3a10b2..7f74817797 100755 --- a/systems/texlive/tlnet/tlpkg/installer/config.guess +++ b/systems/texlive/tlnet/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