mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
541 B
Plaintext
14 lines
541 B
Plaintext
--- Modules/_ctypes/libffi/config.guess.orig Fri Apr 18 19:06:10 2014
|
|
+++ Modules/_ctypes/libffi/config.guess Fri Apr 18 19:06:27 2014
|
|
@@ -863,8 +863,8 @@ EOF
|
|
# other systems with GNU libc and userland
|
|
echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
|
|
exit ;;
|
|
- i*86:Minix:*:*)
|
|
- echo ${UNAME_MACHINE}-pc-minix
|
|
+ *:Minix:*:*)
|
|
+ echo ${UNAME_MACHINE}-elf32-minix
|
|
exit ;;
|
|
aarch64:Linux:*:*)
|
|
echo ${UNAME_MACHINE}-unknown-linux-gnu
|