d7afe57a11
solution to that probably. And this time to HEAD where it belongs. No wrongful Tag file in the CVS directory this time.
14 lines
364 B
Text
14 lines
364 B
Text
$NetBSD: patch-au,v 1.2 2005/03/04 15:03:17 spz Exp $
|
|
|
|
--- config.guess.orig 2002-04-09 12:40:29.000000000 +0200
|
|
+++ config.guess
|
|
@@ -103,6 +103,9 @@ EOF
|
|
21064:Windows_NT:50:3)
|
|
echo alpha-dec-winnt3.5
|
|
exit 0 ;;
|
|
+ amd64:NetBSD:*:*)
|
|
+ echo amd64-unknown-netbsd${UNAME_RELEASE}
|
|
+ exit 0;;
|
|
Amiga*:UNIX_System_V:4.0:*)
|
|
echo m68k-cbm-sysv4
|
|
exit 0;;
|