mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
16 lines
511 B
Plaintext
16 lines
511 B
Plaintext
$NetBSD$
|
|
|
|
--- config.guess.orig Mon Jun 6 10:36:06 2011
|
|
+++ config.guess
|
|
@@ -858,8 +858,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 ;;
|
|
alpha:Linux:*:*)
|
|
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
|