diff options
Diffstat (limited to 'config/config.guess')
-rwxr-xr-x | config/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.guess b/config/config.guess index 8d70ec2..c626f7a 100755 --- a/config/config.guess +++ b/config/config.guess @@ -983,6 +983,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 ;; |