diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2022-10-23 14:14:06 -0700 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-10-27 21:28:42 +1300 |
commit | 7008dd5591208b48b4cfeda709a63154ae3c51aa (patch) | |
tree | 46bcd8342fea2af7a0e88bef484b3444f9901f78 /scripts/config.guess | |
parent | 59b664806c55dc1e5878448be2536fe110944f62 (diff) | |
download | crosstool-ng-7008dd5591208b48b4cfeda709a63154ae3c51aa.tar.gz crosstool-ng-7008dd5591208b48b4cfeda709a63154ae3c51aa.tar.bz2 crosstool-ng-7008dd5591208b48b4cfeda709a63154ae3c51aa.zip |
Update config.{guess,sub}
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'scripts/config.guess')
-rwxr-xr-x | scripts/config.guess | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/scripts/config.guess b/scripts/config.guess index 1817bdce..980b0208 100755 --- a/scripts/config.guess +++ b/scripts/config.guess @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-05-25' +timestamp='2022-09-17' # 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 @@ -966,6 +966,12 @@ EOF GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'` GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC ;; + x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*) + GUESS="$UNAME_MACHINE-pc-managarm-mlibc" + ;; + *:[Mm]anagarm:*:*) + GUESS="$UNAME_MACHINE-unknown-managarm-mlibc" + ;; *:Minix:*:*) GUESS=$UNAME_MACHINE-unknown-minix ;; @@ -1036,7 +1042,7 @@ EOF k1om:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; - loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + loongarch32:Linux:*:* | loongarch64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) |