Hello,
Minix is not exclusive to x86, please update the entry in the
config.guess file to match what the project changes in their repository
(patch attached).
Regards,
Sevan Janiyan
--- config.guess.orig 2018-06-26 01:35:53.132682000 +0100
+++ config.guess 2018-06-26 01:36:58.136956000 +0100
@@ -894,8 +894,8 @@
# other systems with GNU libc and userland
echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,'
| tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
exit ;;
- i*86:Minix:*:*)
- echo "$UNAME_MACHINE"-pc-minix
+ *:Minix:*:*)
+ echo ${UNAME_MACHINE}-elf32-minix
exit ;;
aarch64:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
_______________________________________________
config-patches mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/config-patches