bfaf641833
The main elements of this release are: * Persistent-store garbage collection. * Build cleanup.
14 lines
422 B
Text
14 lines
422 B
Text
$NetBSD: patch-aa,v 1.2 2003/08/04 15:34:19 jtb Exp $
|
|
|
|
--- stage0/config.guess.orig Tue Mar 5 05:12:43 2002
|
|
+++ stage0/config.guess Tue Mar 5 05:13:01 2002
|
|
@@ -135,6 +135,9 @@
|
|
mac68k:OpenBSD:*:*)
|
|
echo m68k-apple-openbsd${UNAME_RELEASE}
|
|
exit 0 ;;
|
|
+ macppc:NetBSD:*:*)
|
|
+ echo powerpc-unknown-netbsd${UNAME_RELEASE}
|
|
+ exit 0 ;;
|
|
powerpc:machten:*:*)
|
|
echo powerpc-apple-machten${UNAME_RELEASE}
|
|
exit 0 ;;
|